use hard-coded name for plugin browser
[enigma2-curlytx.git] / src / plugin.py
index 4356f97443f11c271bde72b97f6409422484a54f..a5ec5dbf7ab3251a4873f9a7467e0919ddd23024 100644 (file)
@@ -28,7 +28,7 @@ def menuHook(menuid):
 def Plugins(**kwargs):
     """ Register CurlyTx in the extension list and main menu """
     list = [
 def Plugins(**kwargs):
     """ Register CurlyTx in the extension list and main menu """
     list = [
-        PluginDescriptor(name = config.plugins.CurlyTx.menuTitle.value,
+        PluginDescriptor(name = "CurlyTx",
                          description = "View remote text files",
                          where = [PluginDescriptor.WHERE_PLUGINMENU],
                          fnc = main),
                          description = "View remote text files",
                          where = [PluginDescriptor.WHERE_PLUGINMENU],
                          fnc = main),