mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- upnp browser: add menu hint
This commit is contained in:
@@ -195,6 +195,7 @@ int CMediaPlayerMenu::initMenuMedia(CMenuWidget *m, CPersonalizeGui *p)
|
||||
if (!upnpbrowsergui)
|
||||
upnpbrowsergui = new CUpnpBrowserGui();
|
||||
fw_upnp = new CMenuForwarder(LOCALE_UPNPBROWSER_HEAD, true, NULL, upnpbrowsergui, NULL, CRCInput::RC_0, NEUTRINO_ICON_BUTTON_0);
|
||||
fw_upnp->setHint(NEUTRINO_ICON_HINT_A_PIC, LOCALE_MENU_HINT_UPNP);
|
||||
}
|
||||
#endif
|
||||
// media->addIntroItems(NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, usage_mode == MODE_AUDIO ? CMenuWidget::BTN_TYPE_CANCEL : CMenuWidget::BTN_TYPE_BACK);
|
||||
|
@@ -1238,6 +1238,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_TOOLS,
|
||||
LOCALE_MENU_HINT_TVMODE,
|
||||
LOCALE_MENU_HINT_TVRADIO_SWITCH,
|
||||
LOCALE_MENU_HINT_UPNP,
|
||||
LOCALE_MENU_HINT_VFD,
|
||||
LOCALE_MENU_HINT_VFD_BRIGHTNESS,
|
||||
LOCALE_MENU_HINT_VFD_BRIGHTNESS_SETUP,
|
||||
|
@@ -1238,6 +1238,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_tools",
|
||||
"menu.hint_tvmode",
|
||||
"menu.hint_tvradio_switch",
|
||||
"menu.hint_upnp",
|
||||
"menu.hint_vfd",
|
||||
"menu.hint_vfd_brightness",
|
||||
"menu.hint_vfd_brightness_setup",
|
||||
|
Reference in New Issue
Block a user