gui/infoviewer_bb.cpp: add icons for tuner 3/4

Origin commit data
------------------
Branch: ni/coolstream
Commit: e6c51ee0de
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-03-27 15:05:34 +04:00
parent 1b34d3abce
commit 5b5916c6b4

View File

@@ -604,6 +604,12 @@ void CInfoViewerBB::showIcon_Tuner()
case 1:
icon_name = NEUTRINO_ICON_TUNER_2;
break;
case 2:
icon_name = NEUTRINO_ICON_TUNER_3;
break;
case 3:
icon_name = NEUTRINO_ICON_TUNER_4;
break;
case 0:
default:
icon_name = NEUTRINO_ICON_TUNER_1;