[GRASS-SVN] r37367 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 22 10:57:29 EDT 2009


Author: martinl
Date: 2009-05-22 10:57:29 -0400 (Fri, 22 May 2009)
New Revision: 37367

Modified:
   grass/branches/develbranch_6/gui/wxpython/
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI/about - print also gis_h date



Property changes on: grass/branches/develbranch_6/gui/wxpython
___________________________________________________________________
Name: svn:ignore
   - menustrings.py
html
latex

   + build_ext.pyc
menustrings.py
html
latex


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-05-22 14:55:52 UTC (rev 37366)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-05-22 14:57:29 UTC (rev 37367)
@@ -555,7 +555,7 @@
         copyrightFile = open(os.path.join(os.getenv("GISBASE"), "COPYING"), 'r')
         copyrightOut = []
         copyright = copyrightFile.readlines()
-        info.SetCopyright('GIS Library: '+ svn_gis_h_rev + 
+        info.SetCopyright('GIS Library: '+ svn_gis_h_rev + '(' + svn_gis_h_date.split(' ')[1] + ')' + 
                           '\n\n' + wordwrap(''.join(copyright[:11] + copyright[26:-3]),
                                                   550, wx.ClientDC(self)))
         copyrightFile.close()



More information about the grass-commit mailing list