summaryrefslogtreecommitdiff
path: root/src/hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub.c')
-rw-r--r--src/hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub.c b/src/hub.c
index 916aea5..8e8840c 100644
--- a/src/hub.c
+++ b/src/hub.c
@@ -24,6 +24,7 @@
#include <getopt.h>
#include <libgen.h>
+#include <locale.h>
#include <malloc.h>
#include <signal.h>
#include <stdbool.h>
@@ -331,7 +332,6 @@ int main(int argc, char **argv)
/* Initialisation de GTK */
g_set_prgname("Chrysalide Hub");
- setlocale (LC_ALL, "");
gtk_init(&argc, &argv);
/* Initialisation du programme */