forked from openlp/openlp
fixed spelling
This commit is contained in:
parent
5e7bc82694
commit
18508cf654
@ -55,7 +55,7 @@ class RemotesPlugin(Plugin):
|
|||||||
"""
|
"""
|
||||||
remotes constructor
|
remotes constructor
|
||||||
"""
|
"""
|
||||||
super(RemotePlugin, self).__init__(u'remotes', __default_settings__, settings_tab_class=RemoteTab)
|
super(RemotesPlugin, self).__init__(u'remotes', __default_settings__, settings_tab_class=RemoteTab)
|
||||||
self.icon_path = u':/plugins/plugin_remote.png'
|
self.icon_path = u':/plugins/plugin_remote.png'
|
||||||
self.icon = build_icon(self.icon_path)
|
self.icon = build_icon(self.icon_path)
|
||||||
self.weight = -1
|
self.weight = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user