Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action.cpp

    r26b4eb4 r163110  
    127127
    128128Dialog * Action::createDialog(){
    129   Dialog *dialog = UIFactory::getInstance().makeDialog();
     129  Dialog *dialog = UIFactory::getInstance().makeDialog(Traits.getName());
    130130  return fillDialog(dialog);
    131131}
Note: See TracChangeset for help on using the changeset viewer.