summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2002-02-27 22:18:25 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2002-02-27 22:18:25 +0000
commitcdd8985d770b6cf6cca4c83d58249ea1b2731b10 (patch)
tree5c031598688be4b019cfa4fda6312e0964447c27 /capplets
parent75db1e44bd3c7235c77c9cc5c5b0cd17eade74c1 (diff)
downloadgnome-control-center-cdd8985d770b6cf6cca4c83d58249ea1b2731b10.tar.gz
s/PACKAGE/GETTEXT_PACKAGE/g
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g
Diffstat (limited to 'capplets')
-rw-r--r--capplets/sound/ChangeLog4
-rw-r--r--capplets/sound/prefs-widget.c2
-rw-r--r--capplets/sound/sound-properties-capplet.c6
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 <kmaraas@gnome.org>
+
+ * sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g
+
2002-02-11 Seth Nickell <snickell@stanford.edu>
* 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 <config.h>
#endif
#include <gdk-pixbuf/gdk-pixbuf.h>
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,