mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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]);
|
||||
|
||||
|
Reference in New Issue
Block a user