diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2013-09-02 20:35:33 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2013-09-02 20:35:33 +0200 |
| commit | 14252bfaadaacc1d9afc1c1971eae0f1a1b30eed (patch) | |
| tree | d30ea608d4fde1c05a2b8db6e6503ebe981e3029 /src/plugin.py | |
| parent | f5e70a7bd81e70174184ba9f4c0e65d0dc55c12e (diff) | |
| download | enigma2-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.py | 2 |
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), |
