- infoviewer: show plugin name, when movieplayer-plugin is selected

This commit is contained in:
svenhoefer
2016-01-25 12:00:47 +01:00
parent 9a6f9ea786
commit 0b74f601db
3 changed files with 10 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ class CKeybindSetup : public CMenuTarget, public CChangeObserver
~CKeybindSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * data);
static const char *getMoviePlayerButtonName(const neutrino_msg_t key, bool &active);
static const char *getMoviePlayerButtonName(const neutrino_msg_t key, bool &active, bool return_title = false);
};
#endif