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
|
@ -179,6 +179,7 @@ main (int argc, char **argv)
|
|||
}
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
|
||||
|
|
|
@ -124,6 +124,7 @@ main (int argc, char **argv)
|
|||
int init_results;
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
init_results = gnome_capplet_init("mime-type", VERSION,
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -193,6 +193,7 @@ main (int argc, char **argv)
|
|||
gchar *restart_args[3];
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
glade_gnome_init ();
|
||||
|
|
|
@ -43,6 +43,7 @@ main(int argc, char *argv[]) {
|
|||
gint init_ret;
|
||||
|
||||
bindtextdomain(PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain(PACKAGE);
|
||||
|
||||
gnome_program_init ("url-properties", VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue