From: Christian Dywan Date: Fri, 31 Aug 2012 19:58:11 +0000 (+0200) Subject: No need for setlocale, GTK+ does this automatically X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287fc53da92213a65fb0f249251cc5c60139568a;p=midori No need for setlocale, GTK+ does this automatically --- diff --git a/midori/midori-app.c b/midori/midori-app.c index bd6590fa..cc43b7ef 100644 --- a/midori/midori-app.c +++ b/midori/midori-app.c @@ -1418,7 +1418,6 @@ midori_app_setup (gint *argc, midori_paths_init_exec_path (*argument_vector, *argc); #if ENABLE_NLS - setlocale (LC_ALL, ""); if (g_getenv ("MIDORI_NLSPATH")) bindtextdomain (GETTEXT_PACKAGE, g_getenv ("MIDORI_NLSPATH")); else