X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FUserInterface%2FSetupBrowser%2FDxe%2FPresentation.c;h=7b219c85bb6f17a79e4f537eb97c212dc57dd68b;hp=cf3d0004d9be707b07d9cc05374e5acb60cc2e29;hb=cb44bbdb8e15fc40362e6b0542be196c15c04615;hpb=e4f1ff6cf9c37627f59d099d650e2c3972f9ecaa diff --git a/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Presentation.c b/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Presentation.c index cf3d0004d9..7b219c85bb 100644 --- a/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Presentation.c +++ b/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Presentation.c @@ -9,7 +9,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: - Presentation.c + Presentation.c Abstract: @@ -732,7 +732,7 @@ Returns: PrintStringAt (SecCol, BottomRowOfHelp, gEnterString); } } else { - PrintStringAt (StartColumnOfHelp, BottomRowOfHelp, gEnterCommitString); + PrintStringAt (SecCol, BottomRowOfHelp, gEnterCommitString); // // If it is a selected numeric with manual input, display different message @@ -740,7 +740,7 @@ Returns: if ((Selection->ThisTag->Operand == EFI_IFR_NUMERIC_OP) && (Selection->ThisTag->Step == 0)) { PrintStringAt (SecCol, TopRowOfHelp, gNumericInput); } else if (Selection->ThisTag->Operand != EFI_IFR_ORDERED_LIST_OP) { - PrintAt (SecCol, BottomRowOfHelp, (CHAR16 *) L"%c%c%s", ARROW_UP, ARROW_DOWN, gMoveHighlight); + PrintAt (StartColumnOfHelp, BottomRowOfHelp, L"%c%c%s", ARROW_UP, ARROW_DOWN, gMoveHighlight); } if (Selection->ThisTag->Operand == EFI_IFR_ORDERED_LIST_OP) {