aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-10-06 12:56:11 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-06 12:56:11 +0200
commit9f939b60988f8b05650fdca37d2ba3b35d5a4d9e (patch)
treed825f60a5738c17335cc159a452eb815d57edcd8 /lib/python/Components
parent739c64ceb1cad3f9fcf1e85be88bf3faad13c534 (diff)
downloadenigma2-9f939b60988f8b05650fdca37d2ba3b35d5a4d9e.tar.gz
enigma2-9f939b60988f8b05650fdca37d2ba3b35d5a4d9e.zip
Revert "disable unicable for release 2.6"
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 0fee0a14..805be4df 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -1007,7 +1007,7 @@ def InitNimManager(nimmgr):
lnb_choices = {
"universal_lnb": _("Universal LNB"),
-# "unicable": _("Unicable"),
+ "unicable": _("Unicable"),
"c_band": _("C-Band"),
"user_defined": _("User defined")}