|
@@ -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"""
|