Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/ChangeNameAction.cpp

    r861874 r0430e3  
    2020#include "UIElements/UIFactory.hpp"
    2121#include "UIElements/Dialog.hpp"
    22 #include "Actions/ValueStorage.hpp"
     22#include "UIElements/ValueStorage.hpp"
    2323
    2424/****** MoleculeChangeNameAction *****/
     
    5050};
    5151
    52 Dialog* MoleculeChangeNameAction::fillDialog(Dialog *dialog) {
    53   ASSERT(dialog,"No Dialog given when filling action dialog");
     52Dialog* MoleculeChangeNameAction::createDialog() {
     53  Dialog *dialog = UIFactory::getInstance().makeDialog();
    5454
    5555  dialog->queryString(NAME, ValueStorage::getInstance().getDescription(NAME));
Note: See TracChangeset for help on using the changeset viewer.