diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-24 17:35:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-24 17:35:59 (GMT) |
commit | 812eed0e11992bd612a47f46eeb9ef0ab043c533 (patch) | |
tree | 01a7ec3f6763ae9a38c057a3b810c64a31739357 /Source/MFCDialog | |
parent | 5731bc9d54036b28d4fce428cc218bb207c63411 (diff) | |
download | CMake-812eed0e11992bd612a47f46eeb9ef0ab043c533.zip CMake-812eed0e11992bd612a47f46eeb9ef0ab043c533.tar.gz CMake-812eed0e11992bd612a47f46eeb9ef0ab043c533.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Source/MFCDialog')
-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 4688cb8..6ee1bda 100644 --- a/Source/MFCDialog/CMakeSetup.rc +++ b/Source/MFCDialog/CMakeSetup.rc @@ -104,9 +104,9 @@ BEGIN WS_HSCROLL | WS_TABSTOP CTEXT "Right click on cache entries for additional options", IDC_STATIC,19,190,333,11 - COMBOBOX IDC_WhereBuild,129,26,133,68,CBS_DROPDOWN | + COMBOBOX IDC_WhereBuild,148,26,133,68,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP - COMBOBOX IDC_WhereSource,127,6,135,66,CBS_DROPDOWN | + COMBOBOX IDC_WhereSource,147,6,135,66,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP LTEXT "Static",IDC_CMAKE_VERSION,3,211,70,13,SS_CENTERIMAGE END |