retrieve translations in utf-8
2001-12-09 Gediminas Paulauskas <menesis@delfi.lt> * *.c: (main): retrieve translations in utf-8
This commit is contained in:
parent
3f72d399ea
commit
b045659c8e
5 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ main(int argc, char **argv)
|
|||
GtkWidget *w;
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
set_tmp_rc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue