hamster-applet r798 - trunk/hamster



Author: tbaugis
Date: Thu Feb 26 00:37:25 2009
New Revision: 798
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=798&view=rev

Log:
updated about dialog as per gnome goals

Modified:
   trunk/hamster/about.py

Modified: trunk/hamster/about.py
==============================================================================
--- trunk/hamster/about.py	(original)
+++ trunk/hamster/about.py	Thu Feb 26 00:37:25 2009
@@ -37,17 +37,20 @@
 def show_about(parent):
     about = gtk.AboutDialog()
     infos = {
-        "name" : _("Time Tracker"),
+        "program-name" : _("Time Tracker"),
+        "name" : _("Time Tracker"), #this should be deprecated in gtk 2.10
         "version" : VERSION,
         "comments" : _("Project Hamster - track your time"),
-        "copyright" : _(u"Copyright  2007-2008 Toms Baugis and others"),
+        "copyright" : _(u"Copyright  2007-2009 Toms BauÄis and others"),
         "website" : "http://live.gnome.org/ProjectHamster";,
-        "website-label" : _("Hamster Website"),
+        "website-label" : _("Project Hamster Website"),
+        "title": _("About Time Tracker"),
+        "wrap-license": True
     }
     
-    about.set_authors(["Toms Baugis <toms baugis gmail com>",
+    about.set_authors(["Toms BauÄis <toms baugis gmail com>",
                        "Patryk Zawadzki <patrys pld-linux org>",
-                       "Peteris Caune <cuu508 gmail com>",
+                       "PÄteris Caune <cuu508 gmail com>",
                        "Juanje Ojeda <jojeda emergya es>"])
     about.set_artists(["Kalle Persson <kalle kallepersson se>"])
     



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