gnome-nettool r808 - in trunk: . src



Author: gpoo
Date: Sun Dec  7 15:09:18 2008
New Revision: 808
URL: http://svn.gnome.org/viewvc/gnome-nettool?rev=808&view=rev

Log:
2008-12-07  German Poo-Caamano <gpoo gnome org>

	* src/callbacks.c: Fixed #341070.  Added credits for artists and
	  fixed some fields according to the proposal of GnomeGoal/AboutDialog
	  (Alejandro AndrÃs).


Modified:
   trunk/ChangeLog
   trunk/src/callbacks.c

Modified: trunk/src/callbacks.c
==============================================================================
--- trunk/src/callbacks.c	(original)
+++ trunk/src/callbacks.c	Sun Dec  7 15:09:18 2008
@@ -312,7 +312,12 @@
 		"GermÃn Poo CaamaÃo <gpoo ubiobio cl>", 
 		"William Jon McCann <mccann jhu edu>",
 		"Carlos Garcia Campos <carlosgc gnome org>",
-		"Rodrigo Moya <rodrigo gnome-db org>", NULL
+		"Rodrigo Moya <rodrigo gnome-db org>", 
+		NULL
+	};
+	const gchar *artists[] = { 
+		"Hylke Bons <h bons student rug nl>", 
+		NULL
 	};
 	const gchar *documentors[] = { NULL };
 	const gchar *translator_credits = _("translator-credits");
@@ -326,14 +331,20 @@
 	
 	gtk_show_about_dialog (parent,
 			       /* Dear translator: This is the name of the application */
+			       "program-name", _("Network Tools"),
 			       "name", _("Network Tools"),
-			       "logo-icon-name", "gnome-nettool",
 			       "authors", authors,
+			       "comments", _("Graphical user interface for common network utilities"),
+			       "copyright", copyright,
+			       "artists", artists,
 			       "documenters", documentors,
+			       "license", "GPL 2+",
+			       "logo-icon-name", "gnome-nettool",
+			       "translator-credits", translator_credits,
 			       "version", VERSION,
-			       "copyright", copyright,
-			       "comments", _("Graphical user interface for common network utilities"),
-			       "translator-credits", strcmp (translator_credits, "translator_credits") != 0 ? translator_credits : NULL,
+			       /* FIXME:  website should be updated, it's even yet named gnome-network */
+			       "website", "http://www.gnome.org/projects/gnome-network/";,
+			       "wrap-license", TRUE,
 			       NULL);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]