No need for setlocale, GTK+ does this automatically

This commit is contained in:
Christian Dywan 2012-08-31 21:58:11 +02:00
parent b955713b4e
commit 287fc53da9
1 changed files with 0 additions and 1 deletions

View 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