xchat-gnome r2645 - in trunk: . src/fe-gnome



Author: chpe
Date: Mon Sep  1 18:03:16 2008
New Revision: 2645
URL: http://svn.gnome.org/viewvc/xchat-gnome?rev=2645&view=rev

Log:
	* src/fe-gnome/about.c: (show_about_dialog): Set the "program-name"
	property instead of "name". Mark the name as translatable, and update
	the copyright year.

Modified:
   trunk/ChangeLog
   trunk/src/fe-gnome/about.c

Modified: trunk/src/fe-gnome/about.c
==============================================================================
--- trunk/src/fe-gnome/about.c	(original)
+++ trunk/src/fe-gnome/about.c	Mon Sep  1 18:03:16 2008
@@ -78,9 +78,9 @@
 	                                  _(license[2]), NULL);
 
 	gtk_show_about_dialog (GTK_WINDOW (gui.main_window),
-	                       "name", "XChat-GNOME",
-	                       "version", PACKAGE_VERSION,
-	                       "copyright", _("Copyright  2004-2007"),
+	                       "program-name", _("XChat-GNOME IRC Chat"), 
+	                       "version", VERSION,
+	                       "copyright", "Copyright  2004-2008",
 	                       /* Translators: This is a random, mostly-meaningless
 	                        * quotation from Jeeves & Wooster.  Either leave it
 	                        * be or replace it with something funny (but inoffensive)



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