diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-02 16:00:05 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-02 16:00:05 +0100 |
| commit | f3a30a79a5dda5f33a9241de575bbf9fa66b4170 (patch) | |
| tree | 27ab064722ed11419a44f0518578140f8bd1e33d /lib/python/Components/NimManager.py | |
| parent | e5d1c5ed0eab9fd038ecde67a16a79dd1ba50f41 (diff) | |
| parent | 597d64c2e00be8759286e37fd15823b1c1518845 (diff) | |
| download | enigma2-2.6.0.tar.gz enigma2-2.6.0.zip | |
Merge branch '2_5_to_2_6_bug_107'2.6.0
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 70cde47c..5154e2b0 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -939,7 +939,7 @@ def InitNimManager(nimmgr): lnb_choices = { "universal_lnb": _("Universal LNB"), - "unicable": _("Unicable"), +# "unicable": _("Unicable"), "c_band": _("C-Band"), "user_defined": _("User defined")} |
