forked from openlp/openlp
fixed song import wizard
This commit is contained in:
parent
2c5eb64f6e
commit
414d9bb914
@ -60,8 +60,8 @@ class SongImportForm(OpenLPWizard):
|
|||||||
``plugin``
|
``plugin``
|
||||||
The songs plugin.
|
The songs plugin.
|
||||||
"""
|
"""
|
||||||
self.clipboard = self.main_window.clipboard
|
|
||||||
OpenLPWizard.__init__(self, parent, plugin, u'songImportWizard', u':/wizards/wizard_importsong.bmp')
|
OpenLPWizard.__init__(self, parent, plugin, u'songImportWizard', u':/wizards/wizard_importsong.bmp')
|
||||||
|
self.clipboard = self.main_window.clipboard
|
||||||
|
|
||||||
def setupUi(self, image):
|
def setupUi(self, image):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user