diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-11 14:20:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-11 14:20:11 (GMT) |
commit | 7d70285c867812be9ff23b3bec7c8e79548d2e69 (patch) | |
tree | 67d0499ad38b48c23651cc2a7801baa990f98fd3 /Source/MFCDialog/CMakeSetup.rc | |
parent | 8e15a1ede734f8422b0ba33c7e5c4ec2d384ce25 (diff) | |
download | CMake-7d70285c867812be9ff23b3bec7c8e79548d2e69.zip CMake-7d70285c867812be9ff23b3bec7c8e79548d2e69.tar.gz CMake-7d70285c867812be9ff23b3bec7c8e79548d2e69.tar.bz2 |
ENH: add IGNORE option for cache values
Diffstat (limited to 'Source/MFCDialog/CMakeSetup.rc')
-rw-r--r-- | Source/MFCDialog/CMakeSetup.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/MFCDialog/CMakeSetup.rc b/Source/MFCDialog/CMakeSetup.rc index 3b668a5..b2ca68a 100644 --- a/Source/MFCDialog/CMakeSetup.rc +++ b/Source/MFCDialog/CMakeSetup.rc @@ -106,8 +106,8 @@ BEGIN RTEXT "Where is the source code:",IDC_STATIC,6,7,86,9 RTEXT "Where to build the binaries:",IDC_STATIC,5,27,90,9 GROUPBOX "Cache Values",IDC_FRAME,9,44,406,140 - LTEXT "Right click on a cache value for additional options and help.\nPress Configure to update and display new values in red.\nPress OK to generate selected build files and exit.", - IDC_MouseHelpCaption,114,190,197,27 + LTEXT "Right click on a cache value for additional options (delete, ignore, and help).\nPress Configure to update and display new values in red.\nPress OK to generate selected build files and exit.", + IDC_MouseHelpCaption,102,190,228,27 LTEXT "Static",IDC_CMAKE_VERSION,3,227,92,13,SS_CENTERIMAGE PUSHBUTTON "OK",IDC_OK,156,223,51,15 COMBOBOX IDC_Generator,311,7,103,50,CBS_DROPDOWN | CBS_SORT | |