Use UefiLib CreatePopUp API

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8014 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2009-04-02 09:22:18 +00:00
parent f49b86e95a
commit e3b236c8ee
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ SetupResetReminder (
// Popup a menu to notice user
//
do {
IfrLibCreatePopUp (2, &Key, StringBuffer1, StringBuffer2);
CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, StringBuffer1, StringBuffer2, NULL);
} while ((Key.ScanCode != SCAN_ESC) && (Key.UnicodeChar != CHAR_CARRIAGE_RETURN));
FreePool (StringBuffer1);