summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/grilo-launch/grl-launch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/grilo-launch/grl-launch.c b/tools/grilo-launch/grl-launch.c
index 825a65b..3b5df49 100644
--- a/tools/grilo-launch/grl-launch.c
+++ b/tools/grilo-launch/grl-launch.c
@@ -22,6 +22,7 @@
#include <grilo.h>
#include <glib.h>
+#include <locale.h>
#include "config.h"
@@ -815,6 +816,8 @@ main (int argc, char *argv[])
{
GError *error = NULL;
+ setlocale (LC_ALL, "");
+
context = g_option_context_new ("OPERATION PARAMETERS...");
g_option_context_add_main_entries (context, entries, NULL);
g_option_context_add_group (context, grl_init_get_option_group ());