mirror of https://github.com/acidanthera/audk.git
Use UefiLib CreatePopUp API
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8015 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e3b236c8ee
commit
b71870c014
|
@ -1268,8 +1268,8 @@ PlatOverMngrCallback (
|
|||
if (KeyValue == KEY_VALUE_ORDER_SAVE_AND_EXIT) {
|
||||
Status = CommintChanges (Private, KeyValue, FakeNvData);
|
||||
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
||||
if (EFI_ERROR (Status)) {
|
||||
IfrLibCreatePopUp (1, &Key, L"Single Override Info too large, Saving Error!");
|
||||
if (!EFI_ERROR (Status)) {
|
||||
CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Single Override Info too large, Saving Error!", NULL);
|
||||
return EFI_DEVICE_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue