Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextWindow.cpp

    rbcf653 rc6081e  
    1 /*
    2  * Project: MoleCuilder
    3  * Description: creates and alters molecular systems
    4  * Copyright (C)  2010 University of Bonn. All rights reserved.
    5  * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
    6  */
    7 
    81/*
    92 * TextWindow.cpp
     
    125 *      Author: crueger
    136 */
    14 
    15 // include config.h
    16 #ifdef HAVE_CONFIG_H
    17 #include <config.h>
    18 #endif
    197
    208#include "Helpers/MemDebug.hpp"
     
    6856  new SeperatorItem(main_menu);
    6957
    70   Action* undoAction = ActionRegistry::getInstance().getActionByName("Undo");
     58  Action* undoAction = ActionRegistry::getInstance().getActionByName("undo");
    7159  new ActionMenuItem('u',"Undo last operation",main_menu,undoAction);
    7260
    73   Action* redoAction = ActionRegistry::getInstance().getActionByName("Redo");
     61  Action* redoAction = ActionRegistry::getInstance().getActionByName("redo");
    7462  new ActionMenuItem('r',"Redo last operation",main_menu,redoAction);
    7563
Note: See TracChangeset for help on using the changeset viewer.