add play button in footer

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc5567e0ef
Author: TangoCash <eric@loxat.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-10-21 10:47:38 +02:00
committed by vanhofen
parent ee5d593d55
commit 8f48e56d7a

View File

@@ -563,7 +563,7 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey)
}*/
}
#define TimerListButtonsCount 6
#define TimerListButtonsCount 7
struct button_label TimerListButtons[TimerListButtonsCount] =
{
{ NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERLIST_DELETE },
@@ -571,6 +571,7 @@ struct button_label TimerListButtons[TimerListButtonsCount] =
{ NEUTRINO_ICON_BUTTON_YELLOW , LOCALE_TIMERLIST_RELOAD },
{ NEUTRINO_ICON_BUTTON_BLUE , LOCALE_TIMERLIST_MODIFY },
{ NEUTRINO_ICON_BUTTON_INFO_SMALL, NONEXISTANT_LOCALE },
{ NEUTRINO_ICON_BUTTON_PLAY, NONEXISTANT_LOCALE },
{ NEUTRINO_ICON_BUTTON_MENU_SMALL, NONEXISTANT_LOCALE }
};