mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 23:51:03 +02:00
- info_menu: use RC_help to show imageinfo
Conflicts: src/gui/info_menue.cpp Signed-off-by: Thilo Graf <dbt@novatux.de> Commit has no effect, TODO: add setFooter() for visibility of footer and key action results
This commit is contained in:
@@ -75,6 +75,9 @@ int CInfoMenu::exec(CMenuTarget* parent, const std::string &/*actionKey*/)
|
|||||||
int CInfoMenu::showMenu()
|
int CInfoMenu::showMenu()
|
||||||
{
|
{
|
||||||
CMenuWidget *info = new CMenuWidget(LOCALE_MESSAGEBOX_INFO, NEUTRINO_ICON_INFO, width, MN_WIDGET_ID_INFOMENUE);
|
CMenuWidget *info = new CMenuWidget(LOCALE_MESSAGEBOX_INFO, NEUTRINO_ICON_INFO, width, MN_WIDGET_ID_INFOMENUE);
|
||||||
|
info->addKey(CRCInput::RC_0, this, "cs_get_info");
|
||||||
|
info->addKey(CRCInput::RC_help, this, "imageinfo");
|
||||||
|
info->addKey(CRCInput::RC_info, this, "imageinfo");
|
||||||
|
|
||||||
CImageInfo imageinfo;
|
CImageInfo imageinfo;
|
||||||
CDBoxInfoWidget boxinfo;
|
CDBoxInfoWidget boxinfo;
|
||||||
|
Reference in New Issue
Block a user