From cbda35d050414a2eab654d9183b1fd1282ac96ff Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 18 Apr 2013 17:20:43 +0200 Subject: [PATCH] channellist: use the bigger menu-icon Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c87750e66d2d760d9495a9327fb0b96b777d6049 Author: vanhofen Date: 2013-04-18 (Thu, 18 Apr 2013) Origin message was: ------------------ - channellist: use the bigger menu-icon ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index df98a21b9..dfd132621 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1745,7 +1745,7 @@ struct button_label SChannelListButtons_SMode[NUM_LIST_BUTTONS_SORT] = { NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}, { NEUTRINO_ICON_BUTTON_PLAY, LOCALE_EXTRA_KEY_PIP_CLOSE}, { NEUTRINO_ICON_BUTTON_INFO, NONEXISTANT_LOCALE}, - { NEUTRINO_ICON_BUTTON_MENU_SMALL, NONEXISTANT_LOCALE}, + { NEUTRINO_ICON_BUTTON_MENU, NONEXISTANT_LOCALE}, { NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE, NONEXISTANT_LOCALE} };