eventlist: add new button for epg-plus

Origin commit data
------------------
Commit: caf0c9a166
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-08 (Mon, 08 May 2017)

Origin message was:
------------------
- eventlist: add new button for epg-plus
This commit is contained in:
vanhofen
2017-05-08 17:51:18 +02:00
parent 4120703710
commit 4fedddf2de

View File

@@ -985,7 +985,7 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
CColorKeyHelper keyhelper; //user_menue.h
neutrino_msg_t dummy = CRCInput::RC_nokey;
const char * icon = NULL;
struct button_label buttons[6]; //NI
struct button_label buttons[7]; //NI
int btn_cnt = 0;
int tID = -1; //any value, not NULL
@@ -1043,6 +1043,11 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
btn_cnt++;
}
//NI epg button for epg-plus
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_EPG_SMALL;
buttons[btn_cnt].locale = LOCALE_EPGPLUS_HEAD;
btn_cnt++;
//NI timerlist button
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_0;
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;