aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-02 16:04:08 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-02 16:04:08 +0100
commit3434371ea1aa6f585ef4bb406ba5ac4e4e06a7ee (patch)
tree2fed35f437d99be6b391d98bd36bd8c1a04df4eb /lib/python/Components
parentf3a30a79a5dda5f33a9241de575bbf9fa66b4170 (diff)
downloadenigma2-3434371ea1aa6f585ef4bb406ba5ac4e4e06a7ee.tar.gz
enigma2-3434371ea1aa6f585ef4bb406ba5ac4e4e06a7ee.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 5154e2b0..70cde47c 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")}