[GRASS-SVN] r48347 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 18 12:07:10 EDT 2011
Author: martinl
Date: 2011-09-18 09:07:10 -0700 (Sun, 18 Sep 2011)
New Revision: 48347
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: update year (copyright)
(merge r48346 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-09-18 16:05:10 UTC (rev 48346)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-09-18 16:07:10 UTC (rev 48347)
@@ -1279,7 +1279,8 @@
info.SetIcon(wx.Icon(os.path.join(globalvar.ETCICONDIR, 'grass.ico'), wx.BITMAP_TYPE_ICO))
info.SetName(_('wxGUI Graphical Modeler'))
info.SetWebSite('http://grass.osgeo.org')
- info.SetDescription(_('(C) 2010 by the GRASS Development Team\n\n') +
+ year = grass.version()['date']
+ info.SetDescription(_('(C) 2010-%s by the GRASS Development Team\n\n') % year +
'\n'.join(textwrap.wrap(_('This program is free software under the GNU General Public License'
'(>=v2). Read the file COPYING that comes with GRASS for details.'), 75)))
More information about the grass-commit
mailing list