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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 15 11:05:39 PDT 2012


Author: martinl
Date: 2012-10-15 11:05:38 -0700 (Mon, 15 Oct 2012)
New Revision: 53409

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
Log:
wxGUI: system info cosmetics
       (merge r53407 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2012-10-15 18:04:01 UTC (rev 53408)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2012-10-15 18:05:38 UTC (rev 53409)
@@ -741,6 +741,7 @@
         """!Print system information"""
         vInfo = grass.version()
         
+        self.goutput.WriteCmdLog(_("System Info"))
         self.goutput.WriteLog("%s: %s\n"
                               "%s: %s\n"
                               "%s: %s (%s)\n"
@@ -753,6 +754,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