[GRASS-SVN] r53408 - grass/branches/develbranch_6/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 15 11:04:02 PDT 2012
Author: martinl
Date: 2012-10-15 11:04:01 -0700 (Mon, 15 Oct 2012)
New Revision: 53408
Modified:
grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
Log:
wxGUI: system info cosmetics
(merge r53407 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2012-10-15 18:02:16 UTC (rev 53407)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2012-10-15 18:04:01 UTC (rev 53408)
@@ -778,6 +778,7 @@
except:
gdalVersion = _("unknown")
+ self.goutput.WriteCmdLog(_("System Info"))
self.goutput.WriteLog("%s: %s\n"
"%s: %s\n"
"%s: %s (%s)\n"
@@ -792,6 +793,7 @@
wx.__version__,
_("Platform"), platform.platform()),
switchPage = True)
+ self.goutput.WriteCmdLog(' ')
def OnAboutGRASS(self, event):
"""!Display 'About GRASS' dialog"""
More information about the grass-commit
mailing list