summaryrefslogtreecommitdiff
path: root/Source/MFCDialog/CMakeSetup.cpp
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-10-09 14:35:25 -0400
committerKen Martin <ken.martin@kitware.com>2007-10-09 14:35:25 -0400
commit35e13b11f3cce42944e367543b082e7774201e50 (patch)
tree20d811344c7e488cebe7596016601eb71cc12014 /Source/MFCDialog/CMakeSetup.cpp
parent18ce24c7486fedc792276721515c9ddefc62ebee (diff)
downloadcmake-35e13b11f3cce42944e367543b082e7774201e50.tar.gz
BUG: revert doc changes since VS7 cannot compile them, will implement them in a different manner
Diffstat (limited to 'Source/MFCDialog/CMakeSetup.cpp')
-rw-r--r--Source/MFCDialog/CMakeSetup.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/MFCDialog/CMakeSetup.cpp b/Source/MFCDialog/CMakeSetup.cpp
index c61c69ed67..3f5925719d 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