[GRASS-SVN] r48348 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 18 12:08:54 EDT 2011


Author: martinl
Date: 2011-09-18 09:08:54 -0700 (Sun, 18 Sep 2011)
New Revision: 48348

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: update year (copyright)
              (merge r48346 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py	2011-09-18 16:07:10 UTC (rev 48347)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py	2011-09-18 16:08:54 UTC (rev 48348)
@@ -1267,7 +1267,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