user_menu: allow controlable return_title value

Origin commit data
------------------
Commit: 9325385ce9
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)

Origin message was:
------------------
- user_menu: allow controlable return_title value
This commit is contained in:
vanhofen
2015-12-29 12:10:27 +01:00
parent 58b18acca0
commit 98af60b459
2 changed files with 2 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ class CUserMenu : public CChangeObserver
CUserMenu();
~CUserMenu();
bool showUserMenu(neutrino_msg_t msg);
static const char *getUserMenuButtonName(int button, bool &active);
static const char *getUserMenuButtonName(int button, bool &active, bool return_title = false);
};