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,
|
m_CacheEntriesList.AddProperty(key,
|
||||||
"ON",
|
"ON",
|
||||||
value.m_HelpString.c_str(),
|
value.m_HelpString.c_str(),
|
||||||
CPropertyList::CHECKBOX,"",
|
CPropertyList::COMBO,"ON|OFF",
|
||||||
reverseOrder
|
reverseOrder
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -602,7 +602,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
|||||||
m_CacheEntriesList.AddProperty(key,
|
m_CacheEntriesList.AddProperty(key,
|
||||||
"OFF",
|
"OFF",
|
||||||
value.m_HelpString.c_str(),
|
value.m_HelpString.c_str(),
|
||||||
CPropertyList::CHECKBOX,"",
|
CPropertyList::COMBO,"ON|OFF",
|
||||||
reverseOrder
|
reverseOrder
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -126,5 +126,6 @@ int main (int argc, char *argv[])
|
|||||||
|
|
||||||
// return to the original directory
|
// return to the original directory
|
||||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||||
|
cmMakefileGenerator::UnRegisterGenerators();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user