Mercurial > libervia-backend
diff frontends/src/wix/main_window.py @ 459:cf005701624b
copyleft date update
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 06 Mar 2012 09:07:24 +0100 |
parents | 10b4f577d0c0 |
children | 2a072735e459 |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Tue Mar 06 09:03:19 2012 +0100 +++ b/frontends/src/wix/main_window.py Tue Mar 06 09:07:24 2012 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010, 2011 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011, 2012 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 General Public License as published by @@ -376,7 +376,7 @@ about = wx.AboutDialogInfo() about.SetName(APP_NAME) about.SetVersion (unicode(self.bridge.getVersion())) - about.SetCopyright(u"(C) 2009, 2010, 2011 Jérôme Poisson aka Goffi") + about.SetCopyright(u"(C) 2009, 2010, 2011, 2012 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)"))