mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -719,7 +719,8 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
}
|
}
|
||||||
else if (parseID == NeutrinoModes::mode_avinput)
|
else if (parseID == NeutrinoModes::mode_avinput)
|
||||||
{
|
{
|
||||||
Logo = LCD_ICONSDIR "/avinput" ICONSEXT;
|
//FIXME
|
||||||
|
Logo = ICONSDIR "/" NEUTRINO_ICON_PLAY ICONSEXT;
|
||||||
Service = g_Locale->getText(LOCALE_MAINMENU_AVINPUTMODE);
|
Service = g_Locale->getText(LOCALE_MAINMENU_AVINPUTMODE);
|
||||||
}
|
}
|
||||||
else if (parseID == NeutrinoModes::mode_ts)
|
else if (parseID == NeutrinoModes::mode_ts)
|
||||||
|
Reference in New Issue
Block a user