Ignore:
Timestamp:
Jan 7, 2010, 2:46:34 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d97af9
Parents:
34ff5e6
Message:

Added a central registry that allows access to actions by name.

File:
1 edited

Legend:

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

    r34ff5e6 r3e8325  
    88#include "UIElements/TextWindow.hpp"
    99#include "../menu.hpp"
     10
     11#include <iostream>
     12
     13using namespace std;
    1014
    1115TextWindow::TextWindow()
     
    2125
    2226void TextWindow::display(MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName) {
     27  cout << "creating main window" <<endl;
    2328  oldmenu *main_menu;
    2429  main_menu = new oldmenu;
Note: See TracChangeset for help on using the changeset viewer.