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
|
@ -65,6 +65,7 @@ main (int argc, char **argv)
|
|||
};
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
gnome_program_init ("control-center", VERSION, LIBGNOMEUI_MODULE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue