mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
Fix spelling of Clipboard
This commit is contained in:
parent
f88d767dea
commit
acedbe304a
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class ButtonsWidget(QWidget):
|
||||||
def addCopyButton(self, app):
|
def addCopyButton(self, app):
|
||||||
self.app = app
|
self.app = app
|
||||||
f = lambda: self.app.clipboard().setText(str(self.text()))
|
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):
|
class ButtonsLineEdit(QLineEdit, ButtonsWidget):
|
||||||
def __init__(self, text=None):
|
def __init__(self, text=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue