From 6f585711fa09225acea8dd58f72c24535c10cb00 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Sep 2013 18:51:21 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/src/notifications.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'protocols/GTalkExt/src/notifications.cpp') diff --git a/protocols/GTalkExt/src/notifications.cpp b/protocols/GTalkExt/src/notifications.cpp index 4b911dbc6c..86259b5632 100644 --- a/protocols/GTalkExt/src/notifications.cpp +++ b/protocols/GTalkExt/src/notifications.cpp @@ -25,18 +25,18 @@ #include "options.h" #include "inbox.h" -const LPTSTR _T(NUMBER_EMAILS_MESSAGE) = LPGENT("You've received an e-mail\n%s unread threads"); +#define NUMBER_EMAILS_MESSAGE "You've received an e-mail\n%s unread threads" -const LPTSTR PLUGIN_DATA_PROP_NAME = _T("{DB5CE833-C3AC-4851-831C-DDEBD9FA0508}"); -const LPTSTR EVT_DELETED_HOOK_PROP_NAME = _T("{87CBD2BC-8806-413C-8FD5-1D61ABCA4AF8}"); +#define PLUGIN_DATA_PROP_NAME _T("{DB5CE833-C3AC-4851-831C-DDEBD9FA0508}") +#define EVT_DELETED_HOOK_PROP_NAME _T("{87CBD2BC-8806-413C-8FD5-1D61ABCA4AF8}") -#define EVENT_DELETED_MSG RegisterWindowMessage(_T("{B9B00536-86A0-4BCE-B2FE-4ABD409C22AE}")) +#define EVENT_DELETED_MSG RegisterWindowMessage(_T("{B9B00536-86A0-4BCE-B2FE-4ABD409C22AE}")) #define MESSAGE_CLOSEPOPUP RegisterWindowMessage(_T("{7A60EA87-3E77-41DF-8A69-59B147F0C9C6}")) -const LPSTR CLIST_MODULE_NAME = "CList"; -const LPSTR CONTACT_DISPLAY_NAME_SETTING = "MyHandle"; -const LPSTR STATUS_MSG_SETTING = "StatusMsg"; -const LPSTR UNREAD_THREADS_SETTING = "UnreadThreads"; +#define CLIST_MODULE_NAME "CList" +#define CONTACT_DISPLAY_NAME_SETTING "MyHandle" +#define STATUS_MSG_SETTING "StatusMsg" +#define UNREAD_THREADS_SETTING "UnreadThreads" struct POPUP_DATA_HEADER { -- cgit v1.2.3