s/PACKAGE/GETTEXT_PACKAGE/g

2002-02-27  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-mouse-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
This commit is contained in:
Kjartan Maraas 2002-02-27 22:17:05 +00:00 committed by Kjartan Maraas
parent 919f38d85f
commit 75db1e44bd
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
Tue Feb 19 23:52:17 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (cursor_font_changed): Hook up cursor code.

View file

@ -679,9 +679,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,