[GRASS-SVN] r58771 - grass/branches/develbranch_6/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 24 03:46:50 PST 2014
Author: martinl
Date: 2014-01-24 03:46:50 -0800 (Fri, 24 Jan 2014)
New Revision: 58771
Modified:
grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
Log:
wxGUI: drop highly confusing GIS lib revision from 'about system'
Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2014-01-24 11:43:41 UTC (rev 58770)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2014-01-24 11:46:50 UTC (rev 58771)
@@ -798,14 +798,14 @@
self.goutput.WriteCmdLog(_("System Info"))
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