This commit is contained in:
Jonathan Springer 2015-11-23 13:55:56 -05:00
parent d178aa1eec
commit 7d3ec1ae24
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class BibleImportForm(OpenLPWizard):
self.web_bible_tab.setObjectName('WebBibleTab')
self.web_bible_layout = QtWidgets.QFormLayout(self.web_bible_tab)
self.web_bible_layout.setObjectName('WebBibleLayout')
self.web_source_label = QtWidgets.QLabel(self.web_bible_tab)
self.web_update_label = QtWidgets.QLabel(self.web_bible_tab)
self.web_update_label.setObjectName('WebUpdateLabel')
self.web_bible_layout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.web_update_label)
self.web_update_button = QtWidgets.QPushButton(self.web_bible_tab)