aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-03 19:53:26 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-03 19:53:26 +0100
commit895e6dc35b9a3579ee9535d560b4ce91ed9c0c60 (patch)
tree9798965486268fc9db3673fb105820a4ccb4d383 /lib/python
parent022dec47e667f5fea0799cfdffa51732b6ab9165 (diff)
parent3434371ea1aa6f585ef4bb406ba5ac4e4e06a7ee (diff)
downloadenigma2-895e6dc35b9a3579ee9535d560b4ce91ed9c0c60.tar.gz
enigma2-895e6dc35b9a3579ee9535d560b4ce91ed9c0c60.zip
Merge branch 'enable_experimental_unicable_support' into experimental
Diffstat (limited to 'lib/python')
-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")}