1
0

reformatting

This commit is contained in:
ThomasV
2016-01-26 13:20:11 +01:00
parent a1eaf351a7
commit fe9ec6de06
5 changed files with 18 additions and 25 deletions

View File

@@ -498,7 +498,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 Clipboard"))
self.addButton(":icons/copy.png", f, _("Copy to clipboard"))
class ButtonsLineEdit(QLineEdit, ButtonsWidget):
def __init__(self, text=None):