summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-30 20:55:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-30 20:55:42 +0300
commitb1526f64088b41779cbac88ca73674081efc2e62 (patch)
treeccfc878c224bc1cc3b2b31265b498a0c02fe3ff5 /plugins/NewEventNotify
parente08b24a95a58cfeb390aae331b068b956f62722d (diff)
fixes #1776 (rest of url-related stuff)
Diffstat (limited to 'plugins/NewEventNotify')
-rw-r--r--plugins/NewEventNotify/src/stdafx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h
index 5119a674c8..059636e836 100644
--- a/plugins/NewEventNotify/src/stdafx.h
+++ b/plugins/NewEventNotify/src/stdafx.h
@@ -60,14 +60,13 @@
#define DEFAULT_COLBACK RGB(255,255,128)
#define DEFAULT_COLTEXT RGB(0,0,0)
-#define DEFAULT_MASKNOTIFY (MASK_MESSAGE|MASK_URL|MASK_FILE|MASK_OTHER)
+#define DEFAULT_MASKNOTIFY (MASK_MESSAGE|MASK_FILE|MASK_OTHER)
#define DEFAULT_MASKACTL (MASK_OPEN|MASK_REMOVE|MASK_DISMISS)
#define DEFAULT_MASKACTR (MASK_REMOVE|MASK_DISMISS)
#define DEFAULT_MASKACTE (MASK_DISMISS)
#define DEFAULT_DELAY -1
#define MASK_MESSAGE 0x0001
-#define MASK_URL 0x0002
#define MASK_FILE 0x0004
#define MASK_OTHER 0x0008
@@ -121,7 +120,6 @@
//---Translateable Strings
#define POPUP_COMMENT_MESSAGE LPGEN("Message")
-#define POPUP_COMMENT_URL LPGEN("URL")
#define POPUP_COMMENT_FILE LPGEN("File")
#define POPUP_COMMENT_CONTACTS LPGEN("Contacts")
#define POPUP_COMMENT_ADDED LPGEN("You were added!")