From 11c0e55dc9ce8317e9ae4a38e846e452923f6aef Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 16 Oct 2021 23:45:21 +0200 Subject: [PATCH] icons: install and use icon_blue.png Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3327ae8dcdab1fafceeeab6076278cedd65dde16 Author: vanhofen Date: 2021-10-16 (Sat, 16 Oct 2021) Origin message was: ------------------ - icons: install and use icon_blue.png ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/icons/headers/Makefile.am | 1 + src/gui/user_menue.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/icons/headers/Makefile.am b/data/icons/headers/Makefile.am index f2ab8ded6..23f91167e 100644 --- a/data/icons/headers/Makefile.am +++ b/data/icons/headers/Makefile.am @@ -9,6 +9,7 @@ install_DATA = \ error.png \ features.png \ games.png \ + icon_blue.png \ icon_green.png \ icon_red.png \ icon_yellow.png \ diff --git a/src/gui/user_menue.h b/src/gui/user_menue.h index 82f2ceb8e..df928a767 100644 --- a/src/gui/user_menue.h +++ b/src/gui/user_menue.h @@ -60,7 +60,7 @@ static user_menu_data_t user_menu[COL_BUTTONMAX] = {LOCALE_USERMENU_TITLE_RED , CRCInput::RC_red , NEUTRINO_ICON_BUTTON_RED , NEUTRINO_ICON_RED, -1}, {LOCALE_USERMENU_TITLE_GREEN , CRCInput::RC_green , NEUTRINO_ICON_BUTTON_GREEN , NEUTRINO_ICON_GREEN, -1}, {NONEXISTANT_LOCALE , CRCInput::RC_yellow , NEUTRINO_ICON_BUTTON_YELLOW , NEUTRINO_ICON_YELLOW, -1}, - {LOCALE_USERMENU_TITLE_BLUE , CRCInput::RC_blue , NEUTRINO_ICON_BUTTON_BLUE , NEUTRINO_ICON_FEATURES, -1} + {LOCALE_USERMENU_TITLE_BLUE , CRCInput::RC_blue , NEUTRINO_ICON_BUTTON_BLUE , NEUTRINO_ICON_BLUE, -1} }; // const neutrino_msg_t col_key_helper_msg_def[COL_BUTTONMAX]={CRCInput::RC_red,CRCInput::RC_green,CRCInput::RC_yellow,CRCInput::RC_blue};