mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE'
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
f78b937c95
commit
96b8b5fd10
@ -213,7 +213,7 @@ UpdateFrontPageForm (
|
|||||||
//
|
//
|
||||||
StartGuidLabel = (EFI_IFR_GUID_LABEL *)HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
|
StartGuidLabel = (EFI_IFR_GUID_LABEL *)HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
|
||||||
StartGuidLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
|
StartGuidLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
|
||||||
StartGuidLabel->Number = LABEL_FRANTPAGE_INFORMATION;
|
StartGuidLabel->Number = LABEL_FRONTPAGE_INFORMATION;
|
||||||
//
|
//
|
||||||
// Create Hii Extend Label OpCode as the end opcode
|
// Create Hii Extend Label OpCode as the end opcode
|
||||||
//
|
//
|
||||||
|
@ -33,7 +33,7 @@ extern EFI_FORM_BROWSER2_PROTOCOL *gFormBrowser2;
|
|||||||
//
|
//
|
||||||
#define FRONT_PAGE_FORM_ID 0x1000
|
#define FRONT_PAGE_FORM_ID 0x1000
|
||||||
|
|
||||||
#define LABEL_FRANTPAGE_INFORMATION 0x1000
|
#define LABEL_FRONTPAGE_INFORMATION 0x1000
|
||||||
#define LABEL_END 0xffff
|
#define LABEL_END 0xffff
|
||||||
|
|
||||||
#define FRONT_PAGE_FORMSET_GUID \
|
#define FRONT_PAGE_FORMSET_GUID \
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#define FRONT_PAGE_FORM_ID 0x1000
|
#define FRONT_PAGE_FORM_ID 0x1000
|
||||||
|
|
||||||
#define LABEL_FRANTPAGE_INFORMATION 0x1000
|
#define LABEL_FRONTPAGE_INFORMATION 0x1000
|
||||||
#define LABEL_END 0xffff
|
#define LABEL_END 0xffff
|
||||||
|
|
||||||
formset
|
formset
|
||||||
@ -68,7 +68,7 @@ formset
|
|||||||
line 5,
|
line 5,
|
||||||
align right;
|
align right;
|
||||||
|
|
||||||
label LABEL_FRANTPAGE_INFORMATION;
|
label LABEL_FRONTPAGE_INFORMATION;
|
||||||
//
|
//
|
||||||
// This is where we will dynamically add a Action type op-code to show
|
// This is where we will dynamically add a Action type op-code to show
|
||||||
// the platform information.
|
// the platform information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user