[GRASS-SVN] r50425 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 24 18:15:16 EST 2012
Author: martinl
Date: 2012-01-24 15:15:16 -0800 (Tue, 24 Jan 2012)
New Revision: 50425
Modified:
grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI/about: cosmetics (first page)
Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py 2012-01-24 23:05:04 UTC (rev 50424)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py 2012-01-24 23:15:16 UTC (rev 50425)
@@ -408,6 +408,7 @@
info = wx.StaticText(parent = infoTxt, id = wx.ID_ANY,
label = 'GRASS GIS ' + vInfo['version'] + '\n\n')
info.SetFont(wx.Font(13, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
+ info.SetForegroundColour(wx.Colour(35, 142, 35))
infoSizer.Add(item = info, proportion = 0,
flag = wx.BOTTOM | wx.ALIGN_CENTER, border = 15)
@@ -452,7 +453,7 @@
flag = wx.ALIGN_RIGHT)
infoGridSizer.Add(item = wx.StaticText(parent = infoTxt, id = wx.ID_ANY,
- label = sys.version),
+ label = sys.version.replace(os.linesep, '')),
pos = (row, 1),
flag = wx.ALIGN_LEFT)
More information about the grass-commit
mailing list