summaryrefslogtreecommitdiff
path: root/Source/CursesDialog/cmCursesMainForm.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-02-12 09:49:42 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2008-02-12 09:49:42 -0500
commit3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8 (patch)
treef32e5b7a4fda680667ac13c1c9a76e2c0836dcee /Source/CursesDialog/cmCursesMainForm.cxx
parent88eca37d4ef804efc7d6cc204cf96ca07abd8482 (diff)
downloadcmake-3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8.tar.gz
ENH: fix make edit_cache for cmake-gui
Diffstat (limited to 'Source/CursesDialog/cmCursesMainForm.cxx')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index 3258880538..01ab275b07 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/Source/CursesDialog/cmCursesMainForm.cxx
@@ -48,6 +48,7 @@ cmCursesMainForm::cmCursesMainForm(std::vector<std::string> const& args,
this->HelpMessage.push_back("");
this->HelpMessage.push_back(s_ConstHelpMessage);
this->CMakeInstance = new cmake;
+ this->CMakeInstance->SetCMakeEditCommand("ccmake");
// create the arguments for the cmake object
std::string whereCMake = cmSystemTools::GetProgramPath(this->Args[0].c_str());