From ea75ae7d178ee66346a2366c2ca98d4cb24bead5 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 4 Jun 2008 10:04:27 +0000 Subject: [PATCH] fix typo --- lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 4 ++-- 1 file 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" }, -- 2.30.2