Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/builder.cpp

    rd56640 r9cf88c  
    7070#include "periodentafel.hpp"
    7171#include "UIElements/UIFactory.hpp"
     72#include "UIElements/TextUIFactory.hpp"
    7273#include "UIElements/MainWindow.hpp"
    7374#include "UIElements/Dialog.hpp"
     
    22282229      populaters.MakeEditMoleculesMenu = populateEditMoleculesMenu;
    22292230
    2230       UIFactory::makeUserInterface(UIFactory::Text);
     2231      UIFactory::registerFactory(new TextUIFactory::description());
     2232      UIFactory::makeUserInterface("Text");
    22312233      MainWindow *mainWindow = UIFactory::getInstance().makeMainWindow(populaters,World::getInstance().getMolecules(), configuration, World::getInstance().getPeriode(), ConfigFileName);
    22322234      mainWindow->display();
Note: See TracChangeset for help on using the changeset viewer.