mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
68c664c483
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue