No need for setlocale, GTK+ does this automatically
This commit is contained in:
parent
b955713b4e
commit
287fc53da9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue