From: Andreas Monzner Date: Wed, 4 Jun 2008 10:04:27 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~1175 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ea75ae7d178ee66346a2366c2ca98d4cb24bead5?hp=969424eb3a978e06dbb00ba9b01a73dc56feed91 fix typo --- 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" },