summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index fe99c93..6e06e98 100644
--- a/src/main.c
+++ b/src/main.c
@@ -43,6 +43,10 @@
#include "format/mangling/demangler.h"
+/* params.c : configuration générale */
+extern config_param main_params[MPT_COUNT];
+
+
/******************************************************************************
* *
@@ -114,7 +118,7 @@ int main(int argc, char **argv)
gdk_threads_init();
/* Initialisation de GTK */
- gtk_set_locale();
+ setlocale (LC_ALL, "");
gtk_init(&argc, &argv);
/*
@@ -136,8 +140,6 @@ int main(int argc, char **argv)
//test_itanium_demangling();
//exit(-1);
- init_internal_panels();
-
editor = create_editor();
gtk_widget_show(editor);