s/PACKAGE/GETTEXT_PACKAGE/g
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * main.c: s/PACKAGE/GETTEXT_PACKAGE/g
This commit is contained in:
parent
9244dedd85
commit
0a292d2469
8 changed files with 28 additions and 12 deletions
|
@ -48,9 +48,9 @@ main (int argc, char **argv)
|
|||
CORBA_ORB orb;
|
||||
GtkObject *dialog;
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
gnomelib_register_popt_table (rollback_options,
|
||||
_("Options for the rollback GUI"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue