Mercurial > libervia-backend
diff frontends/src/wix/main_window.py @ 811:1fe00f0c9a91
dates update
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2014 18:32:49 +0100 |
parents | be4c5e24dab9 |
children | cd02f5ef30df |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/main_window.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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 @@ -418,7 +418,7 @@ about = wx.AboutDialogInfo() about.SetName(Const.APP_NAME) about.SetVersion (unicode(self.bridge.getVersion())) - about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson aka Goffi") + about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013, 2014 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': Const.APP_NAME}) about.SetWebSite(("http://www.goffi.org", "Goffi's non-hebdo (french)"))