Hi, I have attached a patch that do some minor fixes in the gnome-netinfo about box. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Carlos Garcia Campos a.k.a. KaL elkalmail yahoo es carlosgc gnome org Grupo Linups Usuarios de SL/Linux de la UPSAM http://www.linups.org =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PGP key: http://pgp.rediris.es:11371/pks/lookup?op=get&search=0x523E6462
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/gnome-netinfo/ChangeLog,v retrieving revision 1.5 diff -u -u -r1.5 ChangeLog --- ChangeLog 11 Feb 2004 15:40:21 -0000 1.5 +++ ChangeLog 14 Mar 2004 19:43:31 -0000 @@ -1,3 +1,25 @@ +2004-03-14 Carlos García Campos <carlosgc gnome org> + + * src/callbacks.c (on_about_activate): updated the name of the tool using + GNOME Netinfo. Removed the "untranslated version" message. + 2004-02-11 Rodrigo Moya <rodrigo gnome-db org> * configure.in: set version to 0.99.0. Index: src/callbacks.c =================================================================== RCS file: /cvs/gnome/gnome-netinfo/src/callbacks.c,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 callbacks.c --- src/callbacks.c 23 Jan 2004 15:48:43 -0000 1.1.1.1 +++ src/callbacks.c 14 Mar 2004 19:43:31 -0000 @@ -185,6 +185,7 @@ "William Jon McCann <mccann jhu edu>", NULL }; const gchar *documentors[] = { NULL }; + const gchar *translator_credits = _("translator_credits"); const gchar copyright[1024]; g_sprintf (copyright, "Copyright \xc2\xa9 2003 %s", "Germán Poo Caamaño"); @@ -205,15 +206,15 @@ } } - about_box = gnome_about_new ("GNOME Network Information", - VERSION, - copyright, - _ - ("Graphical user interface for common network utilities"), - authors, documentors, - _("This is an untranslated version of GNOME Network Information"), - pixbuf); - + about_box = gnome_about_new ( + "GNOME Netinfo", + VERSION, + copyright, + _("Graphical user interface for common network utilities"), + authors, documentors, + strcmp (translator_credits, "translator_credits") != 0 ? translator_credits : NULL, + pixbuf); + if (pixbuf != NULL) g_object_unref (pixbuf);
Attachment:
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente