Ignore:
Timestamp:
May 8, 2010, 6:36:22 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
3bbc59
Parents:
83afe0
Message:

Introducing small actions.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r83afe0 r7ac765  
    7777#include "Actions/ActionHistory.hpp"
    7878#include "Actions/MethodAction.hpp"
    79 #include "Actions/small_actions.hpp"
     79#include "Actions/MoleculeAction/ChangeNameAction.hpp"
    8080#include "World.hpp"
    8181#include "version.h"
     
    25212521  new ActionMenuItem('l',"load molecule from xyz file",editMoleculesMenu,loadMoleculeAction);
    25222522
    2523   Action *changeFilenameAction = new ChangeMoleculeNameAction(molecules);
     2523  Action *changeFilenameAction = new MoleculeChangeNameAction(molecules);
    25242524  new ActionMenuItem('n',"change molecule's name",editMoleculesMenu,changeFilenameAction);
    25252525
Note: See TracChangeset for help on using the changeset viewer.