- locale: add usermenu title locales ...

some small reworks; cleanup from #if 0'ed code
This commit is contained in:
svenhoefer
2016-01-02 12:18:06 +01:00
parent f54f1d0805
commit 5860045999
10 changed files with 43 additions and 50 deletions

View File

@@ -1708,7 +1708,7 @@ void CChannelList::showChannelLogo() //TODO: move into an own handler, eg. heade
#define NUM_LIST_BUTTONS_SORT 9
struct button_label SChannelListButtons_SMode[NUM_LIST_BUTTONS_SORT] =
{
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_MISCSETTINGS_EPG_HEAD},
{ NEUTRINO_ICON_BUTTON_GREEN, LOCALE_CHANNELLIST_FOOT_SORT_ALPHA},
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_BOUQUETLIST_HEAD},
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},