Changes in src/Actions/Action.cpp [163110:26b4eb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.cpp
r163110 r26b4eb4 127 127 128 128 Dialog * Action::createDialog(){ 129 Dialog *dialog = UIFactory::getInstance().makeDialog( Traits.getName());129 Dialog *dialog = UIFactory::getInstance().makeDialog(); 130 130 return fillDialog(dialog); 131 131 }
Note:
See TracChangeset
for help on using the changeset viewer.