From b1526f64088b41779cbac88ca73674081efc2e62 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 Jan 2019 20:55:42 +0300 Subject: fixes #1776 (rest of url-related stuff) --- plugins/NewEventNotify/src/stdafx.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/NewEventNotify/src') 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!") -- cgit v1.2.3