menu: use new marker icons

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c02d13d2b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- menu: use new marker icons

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-04 16:07:47 +01:00
parent d49455691c
commit 2c568407fa

View File

@@ -696,10 +696,10 @@ class CLockedMenuForwarder : public CMenuForwarder, public CPINProtection
: CMenuForwarder(Text, Active, Option, Target, ActionKey, DirectKey, IconName, IconName_Info_right) ,CPINProtection(_validPIN)
{
Ask = ask;
//if we in ask mode then show NEUTRINO_ICON_SCRAMBLED as default info icon or no icon,
//if we in ask mode then show NEUTRINO_ICON_MARKER_LOCK as default info icon or no icon,
//but use always an info icon if defined in parameter 'IconName_Info_right'
if (IconName_Info_right || ask)
iconName_Info_right = IconName_Info_right ? IconName_Info_right : NEUTRINO_ICON_LOCK;
iconName_Info_right = IconName_Info_right ? IconName_Info_right : NEUTRINO_ICON_MARKER_LOCK;
};
virtual int exec(CMenuTarget* parent);