From 10c1a1d8cec7772a2e8975bc8a7c580ecdd19955 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Jun 2013 11:08:17 +0200 Subject: Added setup option to switch functionality of keys Blue and OK --- footer.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'footer.c') diff --git a/footer.c b/footer.c index cbda6f8..4c26336 100644 --- a/footer.c +++ b/footer.c @@ -63,7 +63,11 @@ void cFooter::drawYellowButton(const char *text) { } void cFooter::drawBlueButton() { - cString text(tr("Switch to Channel")); + cString text; + if (tvguideConfig.blueKeyMode == 0) + text = tr("Switch to Channel"); + else if (tvguideConfig.blueKeyMode == 1) + text = tr("Detailed EPG"); DrawButton(*text, theme.Color(clrButtonBlue), theme.Color(clrButtonBlueBorder), 3); } -- cgit v1.2.3