From d79e52e849f92308ffac06483ac6587961afa0ce Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 30 Mar 2019 00:06:26 +0100 Subject: [PATCH] menu.cpp: add member to set action key Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/80a25840a7a71e1ccc2b33bfd8c827638bd70fa6 Author: Thilo Graf Date: 2019-03-30 (Sat, 30 Mar 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/menue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widget/menue.h b/src/gui/widget/menue.h index a3deb3b24..0938e0d8f 100644 --- a/src/gui/widget/menue.h +++ b/src/gui/widget/menue.h @@ -284,6 +284,7 @@ class CMenuForwarder : public CMenuItem neutrino_locale_t getTextLocale() const {return name;} CMenuTarget* getTarget() const {return jumpTarget;} const char *getActionKey(){return actionKey.c_str();} + void setActionKey(const std::string& ActionKey){actionKey = ActionKey;} int exec(CMenuTarget* parent); void setOption(const std::string &Option);