diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 14:36:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 14:36:18 +0000 |
commit | 99886c5ca7bfcbf8a885387fb1c40c1f467f8ed5 (patch) | |
tree | 7296729c0ebb8cd8e976e1f72f2062513694d98c /plugins/IgnoreState/src/resource.h | |
parent | 7633e70a238510430450964f05395c28a8627c18 (diff) |
removed notice about extraicons plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@2792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IgnoreState/src/resource.h')
-rw-r--r-- | plugins/IgnoreState/src/resource.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/plugins/IgnoreState/src/resource.h b/plugins/IgnoreState/src/resource.h index 810522778e..937f970095 100644 --- a/plugins/IgnoreState/src/resource.h +++ b/plugins/IgnoreState/src/resource.h @@ -2,18 +2,12 @@ // Microsoft Visual C++ generated include file.
// Used by ignore.rc
//
-#define IDD_RATE_OPT 9
+#define IDD_IGNORE_OPT 9
#define IDI_IFULL 101
#define IDI_IPART 102
#define IDI_IMESS 103
-#define IDC_ADVICON 1001
-#define IDC_NOTMODERN_WARNING 1010
-#define IDC_NOTICE 1010
-#define IDC_USED_CLIST 1011
-#define IDC_FILTER 1012
-#define IDC_TREE1 1016
-#define IDC_CHECK1 1019
-#define IDC_IGNORE_IGNOREALL 1019
+#define IDC_FILTER 1010
+#define IDC_IGNORE_IGNOREALL 1011
// Next default values for new objects
//
@@ -21,7 +15,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1020
+#define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|