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