diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-22 20:48:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-22 20:48:06 +0300 |
commit | 86a3616aae08de676a57c203cca8463ac3bbe599 (patch) | |
tree | cac37df7c45e8a8a192e2fd242a34b0c41ed3b42 /plugins/KeyboardNotify/src/resource.h | |
parent | 9548530c9e9c7bc1cbcf1c2c97008b217865fb4d (diff) |
KeyboardNotify:
- fixes #2102 (groupchat messages notification);
- archaic options design removed;
- version bump
Diffstat (limited to 'plugins/KeyboardNotify/src/resource.h')
-rw-r--r-- | plugins/KeyboardNotify/src/resource.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/KeyboardNotify/src/resource.h b/plugins/KeyboardNotify/src/resource.h index d645b050e2..8b0d950616 100644 --- a/plugins/KeyboardNotify/src/resource.h +++ b/plugins/KeyboardNotify/src/resource.h @@ -1,10 +1,9 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by ..\res\resources.rc
+// Used by W:\miranda-ng\plugins\KeyboardNotify\res\resources.rc
//
#define IDC_OTHERICON 1
#define IDD_OPT_KN_ACTION 120
-#define IDD_OPTIONS 150
#define IDD_PROTO_OPTIONS 151
#define IDD_BASIC_OPTIONS 152
#define IDD_EFFECT_OPTIONS 153
@@ -15,6 +14,8 @@ #define IDD_XSTATUSES 158
#define IDC_ONMESSAGE 1000
#define IDC_ONFILE 1001
+#define IDC_ONFILE2 1002
+#define IDC_GCMSG 1002
#define IDC_ONOTHER 1003
#define IDC_IFOPEN 1004
#define IDC_IFNOTTOP 1005
@@ -108,7 +109,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1088
#define _APS_NEXT_SYMED_VALUE 101
|