- File:
-
- 1 edited
-
src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/ChangeNameAction.cpp
r861874 r0430e3 20 20 #include "UIElements/UIFactory.hpp" 21 21 #include "UIElements/Dialog.hpp" 22 #include " Actions/ValueStorage.hpp"22 #include "UIElements/ValueStorage.hpp" 23 23 24 24 /****** MoleculeChangeNameAction *****/ … … 50 50 }; 51 51 52 Dialog* MoleculeChangeNameAction:: fillDialog(Dialog *dialog) {53 ASSERT(dialog,"No Dialog given when filling action dialog");52 Dialog* MoleculeChangeNameAction::createDialog() { 53 Dialog *dialog = UIFactory::getInstance().makeDialog(); 54 54 55 55 dialog->queryString(NAME, ValueStorage::getInstance().getDescription(NAME));
Note:
See TracChangeset
for help on using the changeset viewer.
