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