s/PACKAGE/GETTEXT_PACKAGE/g
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> * main.c: s/PACKAGE/GETTEXT_PACKAGE/g
This commit is contained in:
parent
9244dedd85
commit
0a292d2469
8 changed files with 28 additions and 12 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* main.c: s/PACKAGE/GETTEXT_PACKAGE/g
|
||||||
|
|
||||||
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
||||||
|
|
||||||
* ChangeLog: added
|
* ChangeLog: added
|
||||||
|
|
|
@ -51,9 +51,9 @@ setup_dialog (void)
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
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 ("gnome2-font-properties", VERSION,
|
gnome_program_init ("gnome2-font-properties", VERSION,
|
||||||
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* main.c: s/PACKAGE/GETTEXT_PACKAGE/g
|
||||||
|
|
||||||
2001-10-15 Jakub Steiner <jimmac@ximian.com>
|
2001-10-15 Jakub Steiner <jimmac@ximian.com>
|
||||||
|
|
||||||
* rollback-capplet.png: the applet icon
|
* rollback-capplet.png: the applet icon
|
||||||
|
|
|
@ -48,9 +48,9 @@ main (int argc, char **argv)
|
||||||
CORBA_ORB orb;
|
CORBA_ORB orb;
|
||||||
GtkObject *dialog;
|
GtkObject *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);
|
||||||
|
|
||||||
gnomelib_register_popt_table (rollback_options,
|
gnomelib_register_popt_table (rollback_options,
|
||||||
_("Options for the rollback GUI"));
|
_("Options for the rollback GUI"));
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* main.c: s/PACKAGE/GETTEXT_PACKAGE/g
|
||||||
|
|
||||||
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
||||||
|
|
||||||
* main.c: fix i18n
|
* main.c: fix i18n
|
||||||
|
|
|
@ -244,9 +244,9 @@ setup_list (void)
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
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 ("gtk-theme-selector", VERSION,
|
gnome_program_init ("gtk-theme-selector", VERSION,
|
||||||
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* main.c: s/PACKAGE/GETTEXT_PACKAGE/g
|
||||||
|
|
||||||
2002-02-20 Lauris Kaplinski <lauris@ximian.com>
|
2002-02-20 Lauris Kaplinski <lauris@ximian.com>
|
||||||
|
|
||||||
* Makefile.am: Removed extra '\' from the end of
|
* Makefile.am: Removed extra '\' from the end of
|
||||||
|
|
|
@ -138,9 +138,9 @@ main (int argc, char **argv)
|
||||||
CappletDir *dir;
|
CappletDir *dir;
|
||||||
GnomeClient *client;
|
GnomeClient *client;
|
||||||
|
|
||||||
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 ("control-center", VERSION, LIBGNOMEUI_MODULE,
|
gnome_program_init ("control-center", VERSION, LIBGNOMEUI_MODULE,
|
||||||
argc, argv,
|
argc, argv,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue