boot loader: Menu: Add SetTitle()

This commit is contained in:
Ingo Weinhold 2013-11-30 19:56:26 +01:00
parent ccfc7bea50
commit e2c5cf691d

View File

@ -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; }