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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 15 17:54:49 EST 2010


Author: martinl
Date: 2010-01-15 17:54:49 -0500 (Fri, 15 Jan 2010)
New Revision: 40460

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: button labels not needed


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-01-15 22:52:44 UTC (rev 40459)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-01-15 22:54:49 UTC (rev 40460)
@@ -763,7 +763,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