]> spindle.queued.net Git - midori/commitdiff
No need for setlocale, GTK+ does this automatically
authorChristian Dywan <christian@twotoasts.de>
Fri, 31 Aug 2012 19:58:11 +0000 (21:58 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 31 Aug 2012 20:02:15 +0000 (22:02 +0200)
midori/midori-app.c

index bd6590fae8f7620b50a0197cbafe89a055ca779c..cc43b7efcdff2ce53f302b2094336fe4e6207475 100644 (file)
@@ -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