s/PACKAGE/GETTEXT_PACKAGE/g
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * gnome-keyboard-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
This commit is contained in:
parent
b70c4fc684
commit
919f38d85f
2 changed files with 7 additions and 3 deletions
|
@ -320,9 +320,9 @@ main (int argc, char **argv)
|
|||
{ NULL, '\0', 0, NULL, 0, NULL, NULL }
|
||||
};
|
||||
|
||||
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);
|
||||
|
||||
gnome_program_init (argv[0], VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||
GNOME_PARAM_POPT_TABLE, cap_options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue