- Move to libglademm to handle GUI creation. This is experimental,

but should greatly help in reducing development times


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@727 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-05 14:37:11 +00:00
parent 3dd8403f0a
commit 41d20ba6eb
5 changed files with 44 additions and 17 deletions

View file

@ -24,7 +24,7 @@
#include "main.hh"
#include "parse_opts.hh"
// #include "start_gui.hh"
#include "start_gui.hh"
#include "backend/plugin_manager.hh"
@ -66,5 +66,7 @@ main(int argc, char* argv[])
// Initializes plugin system
PluginManager::get_instance();
start_gui(argc, argv);
return 0;
}