infoviewer_bb.cpp: fix resolution 1080

Origin commit data
------------------
Branch: ni/coolstream
Commit: 187825be19
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-11 (Sun, 11 Nov 2012)

Origin message was:
------------------
- infoviewer_bb.cpp: fix resolution 1080

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-11-11 00:17:12 +01:00
parent a3aa254535
commit 45a9ce6263

View File

@@ -498,7 +498,7 @@ void CInfoViewerBB::showIcon_Resolution()
case 1920:
icon_name = NEUTRINO_ICON_RESOLUTION_1920;
break;
case 1088:
case 1080:
icon_name = NEUTRINO_ICON_RESOLUTION_1080;
break;
case 1440:
@@ -545,7 +545,7 @@ void CInfoViewerBB::showIcon_Resolution()
case 1920:
case 1440:
case 1280:
case 1088:
case 1080:
case 720:
icon_name = NEUTRINO_ICON_RESOLUTION_HD;
break;