mirror of https://github.com/acidanthera/audk.git
ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars consistent and remove unnecessary “2.0” string
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com reviewed-by: jaben carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14063 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
73f0127f98
commit
caa6c0cca2
|
@ -1502,7 +1502,7 @@ MainEditorInit (
|
||||||
//
|
//
|
||||||
// below will call the five components' init function
|
// below will call the five components' init function
|
||||||
//
|
//
|
||||||
Status = MainTitleBarInit (L"UEFI EDIT 2.0");
|
Status = MainTitleBarInit (L"UEFI EDIT");
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_EDIT_LIBEDITOR_TITLEBAR), gShellDebug1HiiHandle);
|
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_EDIT_LIBEDITOR_TITLEBAR), gShellDebug1HiiHandle);
|
||||||
return EFI_LOAD_ERROR;
|
return EFI_LOAD_ERROR;
|
||||||
|
|
|
@ -1687,7 +1687,7 @@ HMainEditorInit (
|
||||||
//
|
//
|
||||||
// below will call the five components' init function
|
// below will call the five components' init function
|
||||||
//
|
//
|
||||||
Status = MainTitleBarInit (NULL);
|
Status = MainTitleBarInit (L"UEFI HEXEDIT");
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_HEXEDIT_LIBEDITOR_MAINEDITOR_TITLE), gShellDebug1HiiHandle);
|
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_HEXEDIT_LIBEDITOR_MAINEDITOR_TITLE), gShellDebug1HiiHandle);
|
||||||
return EFI_LOAD_ERROR;
|
return EFI_LOAD_ERROR;
|
||||||
|
|
Loading…
Reference in New Issue