summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-03-08 22:05:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-03-08 22:05:09 (GMT)
commit29a22c425f492427f45b71de937f2d99587c8d34 (patch)
tree36e8bb3ef73bc91e812ed63205d10bfced578660 /src/editor.c
parent674739bedc853681be5a2657a7a4f497d6e82c9b (diff)
Added a partial support of the Itanium C++ ABI mangling.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@52 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editor.c b/src/editor.c
index e6d7516..c1041c6 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -57,6 +57,7 @@
#include "pan_strings.h"
#include "pan_symbols.h"
#include "gtkext/gtkdockpanel.h"
+#include "format/mangling/demangler.h"
#include "panel/panels.h"
@@ -161,6 +162,9 @@ int main(int argc, char **argv)
add_pixmap_directory(PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "pixmaps");
/* Initialisation du programme */
+ init_all_demanglers();
+
+ /* Création de l'interface */
editor = create_editor();
gtk_widget_show(editor);