diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 18:48:33 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 18:48:33 +0000 |
commit | 7ff2f6455e4461af8a2735fee591a3114fea1903 (patch) | |
tree | 56928dd5251b448a8096ee6c6f381e1db5b832c7 /plugins/MessageState/src/resource.h | |
parent | 1815e1619cdcbb3957183ab4b8fc52157d5e9111 (diff) |
MessageState: clist extra icons feature
git-svn-id: http://svn.miranda-ng.org/main/trunk@15279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MessageState/src/resource.h')
-rw-r--r-- | plugins/MessageState/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MessageState/src/resource.h b/plugins/MessageState/src/resource.h index a668a8157c..acf5a45079 100644 --- a/plugins/MessageState/src/resource.h +++ b/plugins/MessageState/src/resource.h @@ -6,12 +6,13 @@ #define IDI_UNREAD 106
#define IDI_FAIL 107
#define IDI_NOSENT 108
+#define IDI_EXTRA 109
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
|