From 7428637deea4b8f1fef011d5b959f7147240abf3 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 18 Apr 2014 09:27:34 +0000 Subject: reverted r8991, because those strings are translated git-svn-id: http://svn.miranda-ng.org/main/trunk@8998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/src/neweventnotify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewEventNotify') diff --git a/plugins/NewEventNotify/src/neweventnotify.h b/plugins/NewEventNotify/src/neweventnotify.h index d19845afdb..31e6295c3d 100644 --- a/plugins/NewEventNotify/src/neweventnotify.h +++ b/plugins/NewEventNotify/src/neweventnotify.h @@ -130,8 +130,8 @@ #define POPUP_COMMENT_CONTACTS LPGEN("Contacts") #define POPUP_COMMENT_ADDED LPGEN("You were added!") #define POPUP_COMMENT_AUTH LPGEN("Requests your authorization") -#define POPUP_COMMENT_WEBPAGER "ICQ Web pager" -#define POPUP_COMMENT_EMAILEXP "ICQ Email express" +#define POPUP_COMMENT_WEBPAGER LPGEN("ICQ Web pager") +#define POPUP_COMMENT_EMAILEXP LPGEN("ICQ Email express") #define ICQEVENTTYPE_SMSCONFIRMATION 3001 #define POPUP_COMMENT_SMS LPGEN("SMS Message") -- cgit v1.2.3