diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-09 18:35:25 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-09 18:35:25 (GMT) |
commit | 35e13b11f3cce42944e367543b082e7774201e50 (patch) | |
tree | 20d811344c7e488cebe7596016601eb71cc12014 /Source/MFCDialog | |
parent | 18ce24c7486fedc792276721515c9ddefc62ebee (diff) | |
download | CMake-35e13b11f3cce42944e367543b082e7774201e50.zip CMake-35e13b11f3cce42944e367543b082e7774201e50.tar.gz CMake-35e13b11f3cce42944e367543b082e7774201e50.tar.bz2 |
BUG: revert doc changes since VS7 cannot compile them, will implement them in a different manner
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r-- | Source/MFCDialog/CMakeSetup.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/MFCDialog/CMakeSetup.cpp b/Source/MFCDialog/CMakeSetup.cpp index c61c69e..3f59257 100644 --- a/Source/MFCDialog/CMakeSetup.cpp +++ b/Source/MFCDialog/CMakeSetup.cpp @@ -12,31 +12,31 @@ //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationName[] = { - {"", - " CMakeSetup - CMake Windows GUI.", ""}, - {"","",""} + {0, + " CMakeSetup - CMake Windows GUI.", 0}, + {0,0,0} }; //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationUsage[] = { - {"", + {0, " CMakeSetup [options]\n" " CMakeSetup [options] <path-to-source>\n" - " CMakeSetup [options] <path-to-existing-build>", ""}, - {"","",""} + " CMakeSetup [options] <path-to-existing-build>", 0}, + {0,0,0} }; //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationDescription[] = { - {"", + {0, "The \"CMakeSetup\" executable is the CMake Windows GUI. Project " "configuration settings may be specified interactively. " "Brief instructions are provided at the bottom of the " - "window when the program is running.", ""}, + "window when the program is running.", 0}, CMAKE_STANDARD_INTRODUCTION, - {"","",""} + {0,0,0} }; //---------------------------------------------------------------------------- @@ -47,7 +47,7 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "advanced. Most users will not need to change the advanced options. " "The CMakeSetup GUI contains a checkbox to enable/disable display of " "advanced options. This command line flag changes its default setting."}, - {"","",""} + {0,0,0} }; #ifdef _DEBUG |