aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.py
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2013-09-02 20:35:33 +0200
committerChristian Weiske <cweiske@cweiske.de>2013-09-02 20:35:33 +0200
commit14252bfaadaacc1d9afc1c1971eae0f1a1b30eed (patch)
treed30ea608d4fde1c05a2b8db6e6503ebe981e3029 /src/plugin.py
parentf5e70a7bd81e70174184ba9f4c0e65d0dc55c12e (diff)
downloadenigma2-curlytx-14252bfaadaacc1d9afc1c1971eae0f1a1b30eed.tar.gz
enigma2-curlytx-14252bfaadaacc1d9afc1c1971eae0f1a1b30eed.zip
use hard-coded name for plugin browser
Diffstat (limited to 'src/plugin.py')
-rw-r--r--src/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.py b/src/plugin.py
index 4356f97..a5ec5db 100644
--- a/src/plugin.py
+++ b/src/plugin.py
@@ -28,7 +28,7 @@ def menuHook(menuid):
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),