diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 14:47:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 14:47:00 (GMT) |
commit | 650691850bd4c507296a8abd7cde10c3ac2d8fb7 (patch) | |
tree | 78093f3b1ce6b81a984ad0b1c4f9cef1f6091e1a /Source/MFCDialog/resource.h | |
parent | 06f403b274cb80b024f0c8adbe7137d9ac99f344 (diff) | |
download | CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.zip CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.gz CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.bz2 |
BUG: fix compiler name
Diffstat (limited to 'Source/MFCDialog/resource.h')
-rw-r--r-- | Source/MFCDialog/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MFCDialog/resource.h b/Source/MFCDialog/resource.h index 3e1aa31..cfe7d98 100644 --- a/Source/MFCDialog/resource.h +++ b/Source/MFCDialog/resource.h @@ -21,7 +21,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 131 #define _APS_NEXT_COMMAND_VALUE 32771 -#define _APS_NEXT_CONTROL_VALUE 1011 +#define _APS_NEXT_CONTROL_VALUE 1014 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |