fixed spelling

This commit is contained in:
Andreas Preikschat 2013-08-01 15:05:45 +02:00
parent 5e7bc82694
commit 18508cf654

View File

@ -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