deskbar-applet r1913 - in trunk: . deskbar/ui



Author: sebp
Date: Sun Feb  3 16:18:54 2008
New Revision: 1913
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=1913&view=rev

Log:
Added documenters to About dialog

Modified:
   trunk/ChangeLog
   trunk/deskbar/ui/About.py

Modified: trunk/deskbar/ui/About.py
==============================================================================
--- trunk/deskbar/ui/About.py	(original)
+++ trunk/deskbar/ui/About.py	Sun Feb  3 16:18:54 2008
@@ -16,21 +16,19 @@
 def show_about(parent):
     about = gtk.AboutDialog()
     infos = {
-        "name" : _("Deskbar"),
-        "logo-icon-name" : "deskbar-applet",
-        "version" : VERSION,
+        "authors": ["Nigel Tao <nigel tao myrealbox com>",
+                    "Raphael Slinckx <raphael slinckx net>",
+                    "Mikkel Kamstrup Erlandsen <kamstrup daimi au dk>",
+                    "Sebastian PÃlsterl <marduk k-d-w org>"],
         "comments" : _("An all-in-one action bar."),
         "copyright" : "Copyright  2004-2008\nNigel Tao, Raphael Slinckx, Mikkel Kamstrup Erlandsen, Sebastian PÃlsterl.",
+        "documenters" : ["Phil Bull <philbull gmail com>", "Qing Gan"],
+        "logo-icon-name" : "deskbar-applet",
+        "name" : _("Deskbar"),
+        "version" : VERSION,
         "website" : "http://raphael.slinckx.net/deskbar";,
-        "website-label" : _("Deskbar Website"),
+        "website-label" : _("Deskbar Website"),   
     }
-
-    about.set_authors(["Nigel Tao <nigel tao myrealbox com>",
-                       "Raphael Slinckx <raphael slinckx net>",
-                       "Mikkel Kamstrup Erlandsen <kamstrup daimi au dk>",
-                       "Sebastian PÃlsterl <marduk k-d-w org>"])
-#    about.set_artists([])
-#    about.set_documenters([])
     
     #translators: These appear in the About dialog, usual format applies.
     about.set_translator_credits( _("translator-credits") )



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