Merge in [EDK 1166]: Form title is not displayed by Setup Browser

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5664 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-08-18 07:57:01 +00:00
parent 55a9663bde
commit e8e36190f4
3 changed files with 4 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ DisplayForm (
CopyMem (&LocalScreen, &gScreenDimensions, sizeof (EFI_SCREEN_DESCRIPTOR));
StringPtr = GetToken (Selection->FormSet->FormSetTitle, Handle);
StringPtr = GetToken (Selection->Form->FormTitle, Handle);
if (gClassOfVfr != EFI_FRONT_PAGE_SUBCLASS) {
gST->ConOut->SetAttribute (gST->ConOut, TITLE_TEXT | TITLE_BACKGROUND);