mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
info_menu: use RC_help to show imageinfo
Origin commit data
------------------
Commit: b926477ac4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Origin message was:
------------------
- info_menu: use RC_help to show imageinfo
This commit is contained in:
@@ -94,7 +94,8 @@ int CInfoMenu::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
int CInfoMenu::showMenu()
|
||||
{
|
||||
CMenuWidget *info = new CMenuWidget(LOCALE_MESSAGEBOX_INFO, NEUTRINO_ICON_INFO, width, MN_WIDGET_ID_INFOMENUE);
|
||||
info->addKey(CRCInput::RC_help, this, "cs_get_info");
|
||||
info->addKey(CRCInput::RC_0, this, "cs_get_info");
|
||||
info->addKey(CRCInput::RC_help, this, "imageinfo");
|
||||
info->addKey(CRCInput::RC_info, this, "imageinfo");
|
||||
|
||||
CImageInfoNI imageinfo;
|
||||
|
Reference in New Issue
Block a user