epgview: resort EpgButtons; keep color keys together

Origin commit data
------------------
Commit: 091e28f229
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-12 (Sat, 12 Mar 2016)

Origin message was:
------------------
- epgview: resort EpgButtons; keep color keys together
This commit is contained in:
vanhofen
2016-03-12 23:58:51 +01:00
parent 964e9042cb
commit daca0fd830

View File

@@ -1224,9 +1224,8 @@ const struct button_label EpgButtons[] =
{ {
{ NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT }, { NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT },
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH },
{ NEUTRINO_ICON_BUTTON_INFO_SMALL , LOCALE_CHANNELLIST_ADDITIONAL }, { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT },
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT } { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL }
}; };
void CEpgData::showTimerEventBar (bool pshow, bool adzap) void CEpgData::showTimerEventBar (bool pshow, bool adzap)