diff frontends/src/wix/main_window.py @ 572:ca13633d3b6b

dates update
author Goffi <goffi@goffi.org>
date Mon, 07 Jan 2013 23:30:13 +0100
parents 3eeb6c865e4d
children 952322b1d490
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Mon Jan 07 23:10:26 2013 +0100
+++ b/frontends/src/wix/main_window.py	Mon Jan 07 23:30:13 2013 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published by
@@ -373,7 +373,7 @@
         about = wx.AboutDialogInfo()
         about.SetName(APP_NAME)
         about.SetVersion (unicode(self.bridge.getVersion()))
-        about.SetCopyright(u"(C) 2009, 2010, 2011, 2012 Jérôme Poisson aka Goffi")
+        about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson aka Goffi")
         about.SetDescription( _(u"%(name)s is a SàT (Salut à Toi) frontend\n"+
         u"%(name)s is based on WxPython, and is the standard graphic interface of SàT") % {'name':APP_NAME})
         about.SetWebSite(("http://www.goffi.org", "Goffi's non-hebdo (french)"))