diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 18:49:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 18:49:52 (GMT) |
commit | b78888fe3889c2477b0d0ce93d6ab14bcdd25000 (patch) | |
tree | def2a368702638f0dd42e65b15c3aa3ceb520441 /Source/CursesDialog | |
parent | f86ffd72cae4d516e726586ee0a7f68f73f91bac (diff) | |
download | CMake-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')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 1 |
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); |