summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/resource.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-12 02:51:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-12 02:51:56 (GMT)
commit420725077cc9326d5b8c610f2770994a177eed15 (patch)
tree955bf582c6b9d25475b1c98a98a0ba49b587f2d9 /Source/MFCDialog/resource.h
parentfc26c1459caa61c79b9076e3ca85905e45bbcbc9 (diff)
downloadCMake-420725077cc9326d5b8c610f2770994a177eed15.zip
CMake-420725077cc9326d5b8c610f2770994a177eed15.tar.gz
CMake-420725077cc9326d5b8c610f2770994a177eed15.tar.bz2
ENH: add ability to suppress dev warnings to gui code
Diffstat (limited to 'Source/MFCDialog/resource.h')
-rw-r--r--Source/MFCDialog/resource.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/MFCDialog/resource.h b/Source/MFCDialog/resource.h
index a4160a7..0395b76 100644
--- a/Source/MFCDialog/resource.h
+++ b/Source/MFCDialog/resource.h
@@ -33,6 +33,8 @@
#define IDC_AdvancedValues 1027
#define IDC_PROGRESS 1028
#define IDC_BuildForLabel 1029
+#define IDC_CHECK1 1030
+#define IDC_SUPPRESS_DEV_WARNINGS 1030
// Next default values for new objects
//
@@ -40,7 +42,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 135
#define _APS_NEXT_COMMAND_VALUE 32771
-#define _APS_NEXT_CONTROL_VALUE 1030
+#define _APS_NEXT_CONTROL_VALUE 1031
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif