[cmake-commits] hoffman committed cmCursesMainForm.cxx 1.71 1.72
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Feb 12 09:49:45 EST 2008
Update of /cvsroot/CMake/CMake/Source/CursesDialog
In directory public:/mounts/ram/cvs-serv4780/Source/CursesDialog
Modified Files:
cmCursesMainForm.cxx
Log Message:
ENH: fix make edit_cache for cmake-gui
Index: cmCursesMainForm.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesMainForm.cxx,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- cmCursesMainForm.cxx 29 Nov 2006 22:17:16 -0000 1.71
+++ cmCursesMainForm.cxx 12 Feb 2008 14:49:42 -0000 1.72
@@ -48,6 +48,7 @@
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());
More information about the Cmake-commits
mailing list