[cmake-commits] clinton committed CMakeSetup.cxx 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 6 15:10:34 EST 2008


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv25643

Modified Files:
	CMakeSetup.cxx 
Log Message:
ENH:  Update some strings to match program name.


Index: CMakeSetup.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetup.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- CMakeSetup.cxx	6 Feb 2008 19:45:32 -0000	1.12
+++ CMakeSetup.cxx	6 Feb 2008 20:10:32 -0000	1.13
@@ -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 * 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 * 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},



More information about the Cmake-commits mailing list