ENH: change checkboxes back to pull down menus, remove leak
This commit is contained in:
parent
f69e3caa14
commit
e62f9a7711
|
@ -593,7 +593,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
|||
m_CacheEntriesList.AddProperty(key,
|
||||
"ON",
|
||||
value.m_HelpString.c_str(),
|
||||
CPropertyList::CHECKBOX,"",
|
||||
CPropertyList::COMBO,"ON|OFF",
|
||||
reverseOrder
|
||||
);
|
||||
}
|
||||
|
@ -602,7 +602,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
|||
m_CacheEntriesList.AddProperty(key,
|
||||
"OFF",
|
||||
value.m_HelpString.c_str(),
|
||||
CPropertyList::CHECKBOX,"",
|
||||
CPropertyList::COMBO,"ON|OFF",
|
||||
reverseOrder
|
||||
);
|
||||
}
|
||||
|
|
|
@ -126,5 +126,6 @@ int main (int argc, char *argv[])
|
|||
|
||||
// return to the original directory
|
||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||
cmMakefileGenerator::UnRegisterGenerators();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue