forked from openlp/openlp
Correct the Config name.
bzr-revno: 359
This commit is contained in:
parent
2faca83bd9
commit
67ec9c9ee5
@ -37,7 +37,7 @@ class BiblePlugin(Plugin, PluginUtils):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Call the parent constructor
|
# Call the parent constructor
|
||||||
Plugin.__init__(self, 'Bible', '1.9.0')
|
Plugin.__init__(self, 'Bibles', '1.9.0')
|
||||||
self.weight = -9
|
self.weight = -9
|
||||||
# Create the plugin icon
|
# Create the plugin icon
|
||||||
self.icon = QtGui.QIcon()
|
self.icon = QtGui.QIcon()
|
||||||
|
Loading…
Reference in New Issue
Block a user