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:
lgao4 2009-04-02 09:25:40 +00:00
parent e3b236c8ee
commit b71870c014
1 changed files with 2 additions and 2 deletions

View File

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