From cdd8985d770b6cf6cca4c83d58249ea1b2731b10 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 27 Feb 2002 22:18:25 +0000 Subject: [PATCH] s/PACKAGE/GETTEXT_PACKAGE/g 2002-02-27 Kjartan Maraas * sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g --- capplets/sound/ChangeLog | 4 ++++ capplets/sound/prefs-widget.c | 2 +- capplets/sound/sound-properties-capplet.c | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/capplets/sound/ChangeLog b/capplets/sound/ChangeLog index 047b5abe8..770cf4ebd 100644 --- a/capplets/sound/ChangeLog +++ b/capplets/sound/ChangeLog @@ -1,3 +1,7 @@ +2002-02-27 Kjartan Maraas + + * sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g + 2002-02-11 Seth Nickell * sound-properties-capplet.c: (setup_dialog), diff --git a/capplets/sound/prefs-widget.c b/capplets/sound/prefs-widget.c index b47cf9e89..2150cb147 100644 --- a/capplets/sound/prefs-widget.c +++ b/capplets/sound/prefs-widget.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif #include diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index 028c5167e..13bd44070 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -140,9 +140,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,