diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-02-06 20:10:32 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-02-06 20:10:32 (GMT) |
commit | 2f327a13a374b607069558c617aa0c6b9315a16e (patch) | |
tree | 89de7c8e8205cbc57a19bca0fe3037f2aff9ae4f /Source | |
parent | 1cba430d1bcbf62f0d012cd2f243d57c54881c07 (diff) | |
download | CMake-2f327a13a374b607069558c617aa0c6b9315a16e.zip CMake-2f327a13a374b607069558c617aa0c6b9315a16e.tar.gz CMake-2f327a13a374b607069558c617aa0c6b9315a16e.tar.bz2 |
ENH: Update some strings to match program name.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/QtDialog/CMakeSetup.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx index e1d76a8..13237f2 100644 --- a/Source/QtDialog/CMakeSetup.cxx +++ b/Source/QtDialog/CMakeSetup.cxx @@ -30,7 +30,7 @@ static const char * cmDocumentationName[][3] = { {0, - " CMakeSetup - CMake GUI.", 0}, + " cmake-gui - CMake GUI.", 0}, {0,0,0} }; @@ -38,9 +38,9 @@ static const char * cmDocumentationName[][3] = static const char * cmDocumentationUsage[][3] = { {0, - " CMakeSetup [options]\n" - " CMakeSetup [options] <path-to-source>\n" - " CMakeSetup [options] <path-to-existing-build>", 0}, + " cmake-gui [options]\n" + " cmake-gui [options] <path-to-source>\n" + " cmake-gui [options] <path-to-existing-build>", 0}, {0,0,0} }; @@ -48,7 +48,7 @@ static const char * cmDocumentationUsage[][3] = static const char * cmDocumentationDescription[][3] = { {0, - "The \"CMakeSetup\" executable is the CMake GUI. Project " + "The \"cmake-gui\" executable is the CMake GUI. Project " "configuration settings may be specified interactively. " "Brief instructions are provided at the bottom of the " "window when the program is running.", 0}, |