forked from openlp/openlp
Fix message parenting
This commit is contained in:
parent
7729ba3ced
commit
26bae2e35b
@ -242,7 +242,7 @@ class BibleManager(object):
|
||||
if reflist:
|
||||
return self.db_cache[bible].get_verses(reflist)
|
||||
else:
|
||||
QtGui.QMessageBox.information(self.parent.mediaitem,
|
||||
QtGui.QMessageBox.information(self.parent.mediaItem,
|
||||
translate('BiblesPlugin.BibleManager',
|
||||
'Scripture Reference Error'),
|
||||
translate('BiblesPlugin.BibleManager', 'Your scripture '
|
||||
|
Loading…
Reference in New Issue
Block a user