浏览代码

wxGUI: button labels not needed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40460 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父节点
当前提交
5308182dfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/menuform.py

+ 1 - 1
gui/wxpython/gui_modules/menuform.py

@@ -763,7 +763,7 @@ class mainFrame(wx.Frame):
             ### 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,