diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-12 23:06:09 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-12 23:06:09 (GMT) |
commit | fa5f9836514d95d482b0fa8da7a4e2bed00b6f3c (patch) | |
tree | 6004a299d3eebb63aecf394ef8ffec75f4800720 /Source/QtDialog/CMakeSetupDialog.cxx | |
parent | b0ddb9c1b81044af2894729199a0051077ff3f74 (diff) | |
download | CMake-fa5f9836514d95d482b0fa8da7a4e2bed00b6f3c.zip CMake-fa5f9836514d95d482b0fa8da7a4e2bed00b6f3c.tar.gz CMake-fa5f9836514d95d482b0fa8da7a4e2bed00b6f3c.tar.bz2 |
ENH: Fix layout with Qt 4.2.
BUG: Fix help comments to match what this GUI does.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.cxx')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx index e6192b3..4f2884c 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -350,8 +350,8 @@ void CMakeSetupDialog::doHelp() "sure the values are correct. For some projects the Configure process can " "be iterative, so continue to press the Configure button until there are no " "longer red entries.\r\n\r\n4. Once there are no longer red entries, you " - "should click the OK button. This will write the build files to the build " - "directory and exit CMake."); + "should click the Generate button. This will write the build files to the build " + "directory."); QDialog dialog; dialog.setWindowTitle(tr("CMakeSetup Help")); |