s/PACKAGE/GETTEXT_PACKAGE/g Same here.
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * config-archiver.c: s/PACKAGE/GETTEXT_PACKAGE/g * config-manager.c: Same here.
This commit is contained in:
parent
eff3f2b4a6
commit
2cd2e13cb7
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* config-archiver.c: s/PACKAGE/GETTEXT_PACKAGE/g
|
||||||
|
* config-manager.c: Same here.
|
||||||
|
|
||||||
2001-10-18 Bradford Hovinen <hovinen@ximian.com>
|
2001-10-18 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
* bonobo-config-archiver.c (get_listener_oafiid): Update listener name
|
* bonobo-config-archiver.c (get_listener_oafiid): Update listener name
|
||||||
|
|
|
@ -359,9 +359,9 @@ main (int argc, char **argv)
|
||||||
/* For Electric Fence */
|
/* For Electric Fence */
|
||||||
free (malloc (1));
|
free (malloc (1));
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
CORBA_exception_init (&ev);
|
CORBA_exception_init (&ev);
|
||||||
|
|
||||||
|
|
|
@ -35,9 +35,9 @@ main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
GtkWidget *dialog;
|
GtkWidget *dialog;
|
||||||
|
|
||||||
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_init ("config-manager", VERSION, argc, argv);
|
gnome_init ("config-manager", VERSION, argc, argv);
|
||||||
glade_gnome_init ();
|
glade_gnome_init ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue