Changes in src/Actions/small_actions.cpp [520c8b:d7940e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/small_actions.cpp
r520c8b rd7940e 27 27 string filename; 28 28 molecule *mol = NULL; 29 Dialog *dialog = UIFactory::get ()->makeDialog();29 Dialog *dialog = UIFactory::getInstance().makeDialog(); 30 30 31 31 dialog->queryMolecule("Enter index of molecule: ",&mol,molecules);
Note:
See TracChangeset
for help on using the changeset viewer.