[GRASS-SVN] r49017 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 31 08:54:38 EDT 2011
Author: martinl
Date: 2011-10-31 05:54:38 -0700 (Mon, 31 Oct 2011)
New Revision: 49017
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mcalc_builder.py
Log:
wxGUI/mcalc: button minor changes
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mcalc_builder.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mcalc_builder.py 2011-10-30 23:04:51 UTC (rev 49016)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mcalc_builder.py 2011-10-31 12:54:38 UTC (rev 49017)
@@ -125,9 +125,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_save = wx.Button(parent = self.panel, id = wx.ID_SAVE)
More information about the grass-commit
mailing list