From 3d72e262149565d6f20fedfe7e6d16c4fceba805 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 22 Nov 2012 22:43:29 +0100 Subject: [PATCH] Revert "- infoviewer_bb.cpp: fix resolution 1080" This reverts commit 187825be19e19eeb20f377f6a68eac62bd362ae4. already have a different version of this --- src/gui/infoviewer_bb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index efba7b31f..cf033a766 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -498,7 +498,7 @@ void CInfoViewerBB::showIcon_Resolution() case 1920: icon_name = NEUTRINO_ICON_RESOLUTION_1920; break; - case 1080: + case 1088: icon_name = NEUTRINO_ICON_RESOLUTION_1080; break; case 1440: @@ -545,7 +545,7 @@ void CInfoViewerBB::showIcon_Resolution() case 1920: case 1440: case 1280: - case 1080: + case 1088: case 720: icon_name = NEUTRINO_ICON_RESOLUTION_HD; break;