From 8713f58ebab7911e8d972248663bcdc77360c0d4 Mon Sep 17 00:00:00 2001 From: thilo Date: Mon, 7 Nov 2011 20:34:59 +0000 Subject: [PATCH] *neutrino timerlist: use info button instead help button for eventinfo Help button is still working, but we should 'help button' really use for help features only in future. Note: means general for GUI. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1836 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/timerlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index f47ef755c..579e777c4 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -435,7 +435,7 @@ void CTimerList::updateEvents(void) frameBuffer->getIconSize(NEUTRINO_ICON_TIMER, &icol_w, &icol_h); if(theight < icol_h) theight = icol_h; - frameBuffer->getIconSize(NEUTRINO_ICON_BUTTON_HELP, &icol_w, &icol_h); + frameBuffer->getIconSize(NEUTRINO_ICON_BUTTON_INFO, &icol_w, &icol_h); if(theight < icol_h) theight = icol_h; @@ -860,7 +860,7 @@ void CTimerList::paintHead() //don't show info button on empty timerlist if (!timerlist.empty()) - frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_HELP, x + width - icol_w - 10, y, theight); + frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_INFO, x + width - icol_w - 10, y, theight); } const struct button_label TimerListButtons[4] =