Browse Source

Merge pull request #1155 from jrjackso/jrjackso-patch-1

Fix spelling of Clipboard
283
ThomasV 10 years ago
parent
commit
06ab5d8107
  1. 2
      gui/qt/util.py

2
gui/qt/util.py

@ -373,7 +373,7 @@ class ButtonsWidget(QWidget):
def addCopyButton(self, app):
self.app = app
f = lambda: self.app.clipboard().setText(str(self.text()))
self.addButton(":icons/copy.png", f, _("Copy to Clibboard"))
self.addButton(":icons/copy.png", f, _("Copy to Clipboard"))
class ButtonsLineEdit(QLineEdit, ButtonsWidget):
def __init__(self, text=None):

Loading…
Cancel
Save