mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added missing help text to GuiMsgBox.
This commit is contained in:
parent
ed5815a582
commit
09bbb925f9
|
@ -118,5 +118,7 @@ void GuiMsgBox::deleteMeAndCall(const std::function<void()>& func)
|
|||
|
||||
std::vector<HelpPrompt> GuiMsgBox::getHelpPrompts()
|
||||
{
|
||||
return mGrid.getHelpPrompts();
|
||||
std::vector<HelpPrompt> prompts = mGrid.getHelpPrompts();
|
||||
prompts.push_back(HelpPrompt("b", "Back"));
|
||||
return prompts;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue