gnome-mud r759 - in trunk: . src



Author: jordim
Date: Fri Feb 27 12:44:41 2009
New Revision: 759
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=759&view=rev

Log:
2009-02-27  Jordi Mallach  <jordi sindominio net>

	* src/mud-window.c mud_window_about_cb): Add Les Harris to the
	about dialog Copyright credits, and Mart Raudsepp to author credits.


Modified:
   trunk/ChangeLog
   trunk/src/mud-window.c

Modified: trunk/src/mud-window.c
==============================================================================
--- trunk/src/mud-window.c	(original)
+++ trunk/src/mud-window.c	Fri Feb 27 12:44:41 2009
@@ -445,10 +445,11 @@
 mud_window_about_cb(GtkWidget *widget, MudWindow *window)
 {
     static const gchar * const authors[] = {
-        "Les Harris <lharris gnome org>",
+        "Robin Ericsson <lobbin localhost nu>",
         "Jordi Mallach <jordi sindominio net>",
         "Daniel Patton <seven-nation army com>",
-        "Robin Ericsson <lobbin localhost nu>",
+        "Les Harris <lharris gnome org>",
+        "Mart Raudsepp <leio gentoo org>"
         NULL
     };
 
@@ -464,7 +465,8 @@
         NULL
     };
 
-    static const gchar copyright[] = "Copyright \xc2\xa9 1998-2008 Robin Ericsson";
+    static const gchar copyright[] = "Copyright \xc2\xa9 1998-2005 Robin Ericsson\n"
+                                     "Copyright \xc2\xa9 2005-2009 Les Harris";
 
     static const gchar comments[] = N_("A Multi-User Dungeon (MUD) client for GNOME");
 



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