neutrino_menu: use RC_help to show info_menu; ARM/MIPS_HARDWARE only

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2e6e2ef0f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-09 (Mon, 09 Dec 2019)

Origin message was:
------------------
- neutrino_menu: use RC_help to show info_menu; ARM/MIPS_HARDWARE only

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-09 22:26:28 +01:00
parent eabe6ca2b0
commit 8d1d6cf172

View File

@@ -252,7 +252,11 @@ void CNeutrinoApp::InitMenuMain()
//4th section***************************************************************************************************
//infomenu
#if BOXMODEL_VUPLUS
mf = new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_help);
#else
mf = new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_info);
#endif
mf->setHint(NEUTRINO_ICON_HINT_INFO, LOCALE_MENU_HINT_INFO);
personalize.addItem(MENU_MAIN, mf, &g_settings.personalize[SNeutrinoSettings::P_MAIN_INFOMENU]);
@@ -468,7 +472,11 @@ void CNeutrinoApp::InitMenuService()
//2nd section***************************************************************************************************
//infomenu
#if BOXMODEL_VUPLUS
mf = new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_help);
#else
mf = new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_info);
#endif
mf->setHint(NEUTRINO_ICON_HINT_INFO, LOCALE_MENU_HINT_INFO);
personalize.addItem(MENU_SERVICE, mf, &g_settings.personalize[SNeutrinoSettings::P_MSER_SERVICE_INFOMENU]);