forked from openlp/openlp
bible fix
This commit is contained in:
parent
7e8b21b99f
commit
b57db1a21f
@ -85,7 +85,7 @@ class BibleImportForm(OpenLPWizard):
|
|||||||
Set up the UI for the bible wizard.
|
Set up the UI for the bible wizard.
|
||||||
"""
|
"""
|
||||||
OpenLPWizard.setupUi(self, image)
|
OpenLPWizard.setupUi(self, image)
|
||||||
self.formatComboBoxcurrentIndexChanged.connect(self.onCurrentIndexChanged)
|
self.formatComboBox.currentIndexChanged.connect(self.onCurrentIndexChanged)
|
||||||
|
|
||||||
def onCurrentIndexChanged(self, index):
|
def onCurrentIndexChanged(self, index):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user