info_menu: use RC_help to show imageinfo

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-09 22:26:28 +01:00
parent 69506b4cd8
commit eabe6ca2b0

View File

@@ -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;