s/PACKAGE/GETTEXT_PACKAGE/g Same here.
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * background-properties-capplet.c (main): s/PACKAGE/GETTEXT_PACKAGE/g * main.c: Same here.
This commit is contained in:
parent
2cd2e13cb7
commit
1074a1f27e
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* background-properties-capplet.c (main): s/PACKAGE/GETTEXT_PACKAGE/g
|
||||
* main.c: Same here.
|
||||
|
||||
2002-02-17 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* background-properties-capplet.c (main)
|
||||
|
|
|
@ -290,9 +290,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,
|
||||
|
|
|
@ -215,9 +215,9 @@ main (int argc, char **argv)
|
|||
gint token, res;
|
||||
gchar *restart_args[3];
|
||||
|
||||
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);
|
||||
|
||||
glade_gnome_init ();
|
||||
res = gnome_capplet_init ("background-properties-capplet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue