[GRASS-SVN] r53407 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 15 11:02:17 PDT 2012
Author: martinl
Date: 2012-10-15 11:02:16 -0700 (Mon, 15 Oct 2012)
New Revision: 53407
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: system info cosmetics
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-10-15 18:01:55 UTC (rev 53406)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-10-15 18:02:16 UTC (rev 53407)
@@ -817,6 +817,7 @@
except:
gdalVersion = _("unknown")
+ self.goutput.WriteCmdLog(_("System Info"))
self.goutput.WriteLog("%s: %s\n"
"%s: %s\n"
"%s: %s (%s)\n"
@@ -831,6 +832,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