retrieve translation in utf-8 codeset. Do not setlocale (). remove intl.
2001-12-09 Gediminas Paulauskas <menesis@delfi.lt> * *.c (main): retrieve translation in utf-8 codeset. Do not setlocale (). * some Makefile.am (INCLUDES): remove intl. (..._LDADD): remove INTLLIBS
This commit is contained in:
parent
b045659c8e
commit
9f8ed1254f
22 changed files with 27 additions and 17 deletions
|
@ -205,6 +205,7 @@ main (int argc, char **argv)
|
|||
gchar *restart_args[3];
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
glade_gnome_init ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue