[GRASS-SVN] r58772 - grass/branches/releasebranch_6_4/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 24 06:32:30 PST 2014


Author: martinl
Date: 2014-01-24 06:32:30 -0800 (Fri, 24 Jan 2014)
New Revision: 58772

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
Log:
wxGUI: drop highly confusing GIS lib revision from 'about system'
       (merge r58771 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2014-01-24 11:46:50 UTC (rev 58771)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2014-01-24 14:32:30 UTC (rev 58772)
@@ -768,14 +768,14 @@
         # which appears in the platform.platform() string
         self.goutput.WriteLog("%s: %s\n"
                               "%s: %s\n"
-                              "%s: %s (%s)\n"
+                              # "%s: %s (%s)\n"
                               "GDAL/OGR: %s\n"
                               "PROJ4: %s\n"
                               "Python: %s\n"
                               "wxPython: %s\n"
                               "%s: %s%s\n"% (_("GRASS version"), vInfo['version'],
                                            _("GRASS SVN Revision"), vInfo['revision'],
-                                           _("GIS Library Revision"), vInfo['libgis_revision'], vInfo['libgis_date'].split(' ', 1)[0],
+                                           # _("GIS Library Revision"), vInfo['libgis_revision'], vInfo['libgis_date'].split(' ', 1)[0],
                                            gdalVersion, projVersion,
                                            platform.python_version(),
                                            wx.__version__,



More information about the grass-commit mailing list