summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/ccmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-06 18:49:52 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-06 18:49:52 (GMT)
commitb78888fe3889c2477b0d0ce93d6ab14bcdd25000 (patch)
treedef2a368702638f0dd42e65b15c3aa3ceb520441 /Source/CursesDialog/ccmake.cxx
parentf86ffd72cae4d516e726586ee0a7f68f73f91bac (diff)
downloadCMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.zip
CMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.tar.gz
CMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.tar.bz2
ENH: Added configuration of name of executable in man page header and version banner.
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r--Source/CursesDialog/ccmake.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx
index ceabe98..a21209c 100644
--- a/Source/CursesDialog/ccmake.cxx
+++ b/Source/CursesDialog/ccmake.cxx
@@ -102,6 +102,7 @@ int main(int argc, char** argv)
cmake hcm;
std::vector<cmDocumentationEntry> commands;
hcm.GetCommandDocumentation(commands);
+ doc.SetName("ccmake");
doc.SetNameSection(cmDocumentationName);
doc.SetUsageSection(cmDocumentationUsage);
doc.SetDescriptionSection(cmDocumentationDescription);