From 919f38d85fcfc26fdf5b50239d377a73d25ca450 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 27 Feb 2002 22:16:27 +0000 Subject: [PATCH] s/PACKAGE/GETTEXT_PACKAGE/g 2002-02-27 Kjartan Maraas * gnome-keyboard-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g --- capplets/keyboard/ChangeLog | 4 ++++ capplets/keyboard/gnome-keyboard-properties.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog index 44605c65b..17e9738b4 100644 --- a/capplets/keyboard/ChangeLog +++ b/capplets/keyboard/ChangeLog @@ -1,3 +1,7 @@ +2002-02-27 Kjartan Maraas + + * gnome-keyboard-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g + 2002-02-10 Richard Hestilow * Make dialog Apply/Close. diff --git a/capplets/keyboard/gnome-keyboard-properties.c b/capplets/keyboard/gnome-keyboard-properties.c index 51555503f..a07b8b643 100644 --- a/capplets/keyboard/gnome-keyboard-properties.c +++ b/capplets/keyboard/gnome-keyboard-properties.c @@ -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,