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/Actman/version.RES | Bin 0 -> 312 bytes plugins/NewEventNotify/src/stdafx.h | 4 +--- plugins/QuickSearch/version.RES | Bin 0 -> 312 bytes plugins/TabSRMM/src/nen.h | 2 +- plugins/Watrack/version.RES | Bin 0 -> 312 bytes plugins/mRadio/version.RES | Bin 0 -> 312 bytes 6 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 plugins/Actman/version.RES create mode 100644 plugins/QuickSearch/version.RES create mode 100644 plugins/Watrack/version.RES create mode 100644 plugins/mRadio/version.RES (limited to 'plugins') diff --git a/plugins/Actman/version.RES b/plugins/Actman/version.RES new file mode 100644 index 0000000000..1d66984e52 Binary files /dev/null and b/plugins/Actman/version.RES differ 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!") diff --git a/plugins/QuickSearch/version.RES b/plugins/QuickSearch/version.RES new file mode 100644 index 0000000000..bef1e87643 Binary files /dev/null and b/plugins/QuickSearch/version.RES differ diff --git a/plugins/TabSRMM/src/nen.h b/plugins/TabSRMM/src/nen.h index 9c320faf0f..aa8c70d568 100644 --- a/plugins/TabSRMM/src/nen.h +++ b/plugins/TabSRMM/src/nen.h @@ -43,7 +43,7 @@ int tabSRMM_ShowPopup(MCONTACT hContact, MEVENT hDbEvent, WORD eventType, int wi #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_DISMISS) #define DEFAULT_MASKACTR (MASK_DISMISS) #define DEFAULT_DELAY 0 diff --git a/plugins/Watrack/version.RES b/plugins/Watrack/version.RES new file mode 100644 index 0000000000..bd01e4a903 Binary files /dev/null and b/plugins/Watrack/version.RES differ diff --git a/plugins/mRadio/version.RES b/plugins/mRadio/version.RES new file mode 100644 index 0000000000..c483af5090 Binary files /dev/null and b/plugins/mRadio/version.RES differ -- cgit v1.2.3