From a9617283fba8573cceff3d0d3e0914287d24a534 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 14 Aug 2016 23:12:17 +0200 Subject: [PATCH] fix missing label --- main/source/Prompts/prompt_end.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main/source/Prompts/prompt_end.cpp b/main/source/Prompts/prompt_end.cpp index 226c76c..7062c0b 100644 --- a/main/source/Prompts/prompt_end.cpp +++ b/main/source/Prompts/prompt_end.cpp @@ -75,6 +75,7 @@ endPrompt() GuiButton wiiu(btn.GetWidth(), btn.GetHeight()); wiiu.SetAlignment(ALIGN_CENTRE, ALIGN_TOP); wiiu.SetPosition(0, 75); + wiiu.SetLabel(&wiiuTxt); wiiu.SetImage(&wiiuImg); wiiu.SetImageOver(&wiiuImgOver); wiiu.SetTrigger(&trigA);