[GRASS-SVN] r49019 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 31 09:01:15 EDT 2011


Author: martinl
Date: 2011-10-31 06:01:15 -0700 (Mon, 31 Oct 2011)
New Revision: 49019

Modified:
   grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py
Log:
wxGUI/mcalc: button minor changes
	     (merge r49017 from trunk)


Modified: grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py	2011-10-31 13:00:52 UTC (rev 49018)
+++ grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py	2011-10-31 13:01:15 UTC (rev 49019)
@@ -126,9 +126,10 @@
         #
         # Buttons
         #
-        self.btn_clear = wx.Button(parent = self.panel, id = wx.ID_CLEAR, label = _("Cl&ear"))
+        self.btn_clear = wx.Button(parent = self.panel, id = wx.ID_CLEAR)
         self.btn_help = wx.Button(parent = self.panel, id = wx.ID_HELP)
         self.btn_run = wx.Button(parent = self.panel, id = wx.ID_ANY, label = _("&Run"))
+        self.btn_run.SetForegroundColour(wx.Colour(35, 142, 35))
         self.btn_run.SetDefault()
         self.btn_close = wx.Button(parent = self.panel, id = wx.ID_CLOSE)
         self.btn_cmd = wx.Button(parent = self.panel, id = wx.ID_ANY,



More information about the grass-commit mailing list