[GRASS-SVN] r40462 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 15 18:00:57 EST 2010
Author: martinl
Date: 2010-01-15 18:00:57 -0500 (Fri, 15 Jan 2010)
New Revision: 40462
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: button labels not needed
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-01-15 22:56:23 UTC (rev 40461)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-01-15 23:00:57 UTC (rev 40462)
@@ -717,7 +717,7 @@
### self.btn_abort.SetToolTipString(_("Abort the running command"))
### self.btn_abort.Enable(False)
# copy
- self.btn_clipboard = wx.Button(parent=self.panel, id=wx.ID_COPY, label = _("C&opy"))
+ self.btn_clipboard = wx.Button(parent=self.panel, id=wx.ID_COPY)
self.btn_clipboard.SetToolTipString(_("Copy the current command string to the clipboard (Ctrl+C)"))
### btnsizer.Add(item=self.btn_abort, proportion=0,
More information about the grass-commit
mailing list