diff options
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
|