diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-29 09:09:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-29 09:09:11 +0000 |
commit | 8ff87302691c7cd52b50d279e653732e1a00b97c (patch) | |
tree | c56b1334d404f6fc978433a5b2be72db9fecfb82 /plugins/NewEventNotify/neweventnotify.h | |
parent | df7e4fc7ed4c31d518cd0dd93979d7fc2852e460 (diff) |
fix for crash in NEN options‏
git-svn-id: http://svn.miranda-ng.org/main/trunk@681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify.h')
-rw-r--r-- | plugins/NewEventNotify/neweventnotify.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/NewEventNotify/neweventnotify.h b/plugins/NewEventNotify/neweventnotify.h index df3a7d97a9..c00ba0012e 100644 --- a/plugins/NewEventNotify/neweventnotify.h +++ b/plugins/NewEventNotify/neweventnotify.h @@ -146,9 +146,6 @@ #define POPUP_COMMENT_EMAILEXP "ICQ Email express"
#define POPUP_COMMENT_OTHER "Unknown Event"
-#define OPTIONS_GROUP "PopUps"
-#define OPTIONS_TITLE "Event Notify"
-
#define MENUITEM_NAME "Notify of new events"
#define MENUITEM_ENABLE "Enable new event notification"
|