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};