mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- epgview: correct labeling of green button
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1695,6 +1695,10 @@ void CEpgData::showTimerEventBar (bool pshow, bool adzap, bool mp_info)
|
||||
|
||||
if (imdb_active || tmdb_active)
|
||||
EpgButtons[UsedButtons][1].locale = LOCALE_MISCSETTINGS_EPG_HEAD;
|
||||
else if (g_settings.omdb_enabled && !g_settings.tmdb_enabled)
|
||||
EpgButtons[UsedButtons][1].locale = LOCALE_IMDB_HEAD;
|
||||
else if (g_settings.tmdb_enabled && !g_settings.omdb_enabled)
|
||||
EpgButtons[UsedButtons][1].locale = LOCALE_TMDB_HEAD;
|
||||
else
|
||||
EpgButtons[UsedButtons][1].locale = LOCALE_MDB_HEAD;
|
||||
|
||||
|
Reference in New Issue
Block a user