[GRASS-SVN] r50426 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 24 18:18:20 EST 2012


Author: martinl
Date: 2012-01-24 15:18:20 -0800 (Tue, 24 Jan 2012)
New Revision: 50426

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI/about: cosmetics (first page)
	     (merge r50425 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2012-01-24 23:15:16 UTC (rev 50425)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2012-01-24 23:18:20 UTC (rev 50426)
@@ -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