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:
vanhofen
2019-12-09 22:26:28 +01:00
parent 9eced48fcd
commit 4e71b8e9cd

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;