s/PACKAGE/GETTEXT_PACKAGE/g

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

	* sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g
This commit is contained in:
Kjartan Maraas 2002-02-27 22:18:25 +00:00 committed by Kjartan Maraas
parent 75db1e44bd
commit cdd8985d77
3 changed files with 8 additions and 4 deletions

View file

@ -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> 2002-02-11 Seth Nickell <snickell@stanford.edu>
* sound-properties-capplet.c: (setup_dialog), * sound-properties-capplet.c: (setup_dialog),

View file

@ -22,7 +22,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include <config.h>
#endif #endif
#include <gdk-pixbuf/gdk-pixbuf.h> #include <gdk-pixbuf/gdk-pixbuf.h>

View file

@ -140,9 +140,9 @@ main (int argc, char **argv)
{ NULL, '\0', 0, NULL, 0, NULL, NULL } { NULL, '\0', 0, NULL, 0, NULL, NULL }
}; };
bindtextdomain (PACKAGE, GNOMELOCALEDIR); bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (PACKAGE, "UTF-8"); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (PACKAGE); textdomain (GETTEXT_PACKAGE);
gnome_program_init (argv[0], VERSION, LIBGNOMEUI_MODULE, argc, argv, gnome_program_init (argv[0], VERSION, LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_POPT_TABLE, cap_options, GNOME_PARAM_POPT_TABLE, cap_options,