mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
- add some mor help keys; fix 5e8a1d0233781d1b4a7494e5be8107ef4094ba85
Conflicts: src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de> fix here: a81af7c5065973f9b9c9d71dbe6d8631090a4618
This commit is contained in:
@@ -441,6 +441,7 @@ int CMiscMenue::showMiscSettingsMenuEnergy()
|
||||
void CMiscMenue::showMiscSettingsMenuEpg(CMenuWidget *ms_epg)
|
||||
{
|
||||
ms_epg->addIntroItems(LOCALE_MISCSETTINGS_EPG_HEAD);
|
||||
ms_epg->addKey(CRCInput::RC_help, this, "info");
|
||||
ms_epg->addKey(CRCInput::RC_info, this, "info");
|
||||
|
||||
epg_save = new CMenuOptionChooser(LOCALE_MISCSETTINGS_EPG_SAVE, &g_settings.epg_save, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this);
|
||||
|
@@ -288,7 +288,11 @@ int CNetworkSetup::showNetworkSetup()
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_TEST);
|
||||
networkSettings->addItem(mf); //test
|
||||
|
||||
#if BOXMODEL_VUPLUS
|
||||
mf = new CMenuForwarder(LOCALE_NETWORKMENU_SHOW, true, NULL, this, "networkshow", CRCInput::RC_help);
|
||||
#else
|
||||
mf = new CMenuForwarder(LOCALE_NETWORKMENU_SHOW, true, NULL, this, "networkshow", CRCInput::RC_info);
|
||||
#endif
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_SHOW);
|
||||
networkSettings->addItem(mf); //show settings
|
||||
|
||||
|
@@ -568,6 +568,7 @@ int COPKGManager::showMenu()
|
||||
|
||||
menu_offset = menu->getItemsCount();
|
||||
|
||||
menu->addKey(CRCInput::RC_help, this, "rc_info");
|
||||
menu->addKey(CRCInput::RC_info, this, "rc_info");
|
||||
menu->addKey(CRCInput::RC_blue, this, "rc_blue");
|
||||
menu->addKey(CRCInput::RC_yellow, this, "rc_yellow");
|
||||
|
Reference in New Issue
Block a user