Prechádzať zdrojové kódy

wxGUI: system info cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53407 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 rokov pred
rodič
commit
e409b4a366
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      gui/wxpython/lmgr/frame.py

+ 2 - 0
gui/wxpython/lmgr/frame.py

@@ -817,6 +817,7 @@ class GMFrame(wx.Frame):
         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 @@ class GMFrame(wx.Frame):
                                            wx.__version__,
                                            _("Platform"), platform.platform()),
                               switchPage = True)
+        self.goutput.WriteCmdLog(' ')
     
     def OnAboutGRASS(self, event):
         """!Display 'About GRASS' dialog"""