aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-04 10:04:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-04 10:04:27 +0000
commitea75ae7d178ee66346a2366c2ca98d4cb24bead5 (patch)
tree0be540f4771829020edb0cf5c669b8a4533a3c4a /lib/python/Plugins/SystemPlugins
parent969424eb3a978e06dbb00ba9b01a73dc56feed91 (diff)
downloadenigma2-ea75ae7d178ee66346a2366c2ca98d4cb24bead5.tar.gz
enigma2-ea75ae7d178ee66346a2366c2ca98d4cb24bead5.zip
fix typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
index d3389a75..a033ebaf 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
@@ -34,9 +34,9 @@ class VideoHardware:
rates["576p"] = { "50Hz": { 50: "576p" } }
- rates["720p"] = { "50Hz": { 50: "720p50", 60: "720p50" },
+ rates["720p"] = { "50Hz": { 50: "720p50" },
"60Hz": { 60: "720p" },
- "multi": { 50: "720p50" } }
+ "multi": { 50: "720p50", 60: "720p" } }
rates["1080i"] = { "50Hz": { 50: "1080i50" },
"60Hz": { 60: "1080i" },