- infoviewer/streaminfo2: fix resolution 1080

This commit is contained in:
micha-bbg
2012-11-11 02:41:51 +01:00
parent cddf86725d
commit 967f9f8ef4
2 changed files with 4 additions and 0 deletions

View File

@@ -499,6 +499,7 @@ void CInfoViewerBB::showIcon_Resolution()
icon_name = NEUTRINO_ICON_RESOLUTION_1920;
break;
case 1080:
case 1088:
icon_name = NEUTRINO_ICON_RESOLUTION_1080;
break;
case 1440:
@@ -546,6 +547,7 @@ void CInfoViewerBB::showIcon_Resolution()
case 1440:
case 1280:
case 1080:
case 1088:
case 720:
icon_name = NEUTRINO_ICON_RESOLUTION_HD;
break;