From e082885769df09cdf36c2f6b427ae1e759aac123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 22 Jul 2013 23:24:25 +0000 Subject: SimpleAR: Use ID_STATUS_* constants instead numbers git-svn-id: http://svn.miranda-ng.org/main/trunk@5451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleAR/src/Main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/SimpleAR/src/Main.cpp') diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index fa52e56501..1c995f5262 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -115,16 +115,16 @@ INT CheckDefaults(WPARAM, LPARAM) for (int c=ID_STATUS_ONLINE; c 40078) + else if(c > ID_STATUS_INVISIBLE) ptszDefault=ptszDefaultMsg[c-ID_STATUS_ONLINE-3]; if (ptszDefault) db_set_ts(NULL,protocolname,szStatus,ptszDefault); @@ -192,7 +192,7 @@ INT addEvent(WPARAM wParam, LPARAM lParam) char* pszProto = GetContactProto(hContact); int status = CallProtoService(pszProto, PS_GETSTATUS, 0, 0); - if (status == 40072 || status == 40077 || status == 40078) + if (status == ID_STATUS_ONLINE || status == ID_STATUS_FREECHAT || status == ID_STATUS_INVISIBLE) return FALSE; DBEVENTINFO dbei = {sizeof(dbei)}; -- cgit v1.2.3