boot loader: Menu: Add SetTitle()
This commit is contained in:
parent
ccfc7bea50
commit
e2c5cf691d
@ -130,6 +130,8 @@ public:
|
||||
? fSuperItem->fMenu : NULL; }
|
||||
|
||||
const char* Title() const { return fTitle; }
|
||||
void SetTitle(const char* title)
|
||||
{ fTitle = title; }
|
||||
|
||||
void SetChoiceText(const char* text)
|
||||
{ fChoiceText = text; }
|
||||
|
Loading…
Reference in New Issue
Block a user