diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-18 09:27:34 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-18 09:27:34 +0000 |
commit | 7428637deea4b8f1fef011d5b959f7147240abf3 (patch) | |
tree | 80082360c05d27b7af850c01b8d668a6c42da166 | |
parent | 88ba510c9908452074c7f82d104b983336320d2c (diff) |
reverted r8991, because those strings are translated
git-svn-id: http://svn.miranda-ng.org/main/trunk@8998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/NewEventNotify/src/neweventnotify.h | 4 |
1 files changed, 2 insertions, 2 deletions
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")
|