Commit 42246732 authored by Victor Ananjevsky's avatar Victor Ananjevsky

call setlocale() in yad-icon-browser

parent 2bcfe602
......@@ -218,6 +218,8 @@ main (gint argc, gchar * argv[])
{ NULL }
};
setlocale (LC_ALL, "");
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment