From caa6c0cca259cba46b67ca0ac07523117b35adbe Mon Sep 17 00:00:00 2001 From: jcarsey Date: Thu, 17 Jan 2013 19:04:02 +0000 Subject: =?UTF-8?q?ShellPkg:=20Minor=20change=20to=20EDIT=20and=20HEXEDIT?= =?UTF-8?q?=20commands=20to=20make=20the=20title=20bars=20consistent=20and?= =?UTF-8?q?=20remove=20unnecessary=20=E2=80=9C2.0=E2=80=9D=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com reviewed-by: jaben carsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14063 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c index 3583dd3..a1564d4 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c @@ -1502,7 +1502,7 @@ MainEditorInit ( // // below will call the five components' init function // - Status = MainTitleBarInit (L"UEFI EDIT 2.0"); + Status = MainTitleBarInit (L"UEFI EDIT"); if (EFI_ERROR (Status)) { ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_EDIT_LIBEDITOR_TITLEBAR), gShellDebug1HiiHandle); return EFI_LOAD_ERROR; diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c index 446dac7..09213d8 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c @@ -1687,7 +1687,7 @@ HMainEditorInit ( // // below will call the five components' init function // - Status = MainTitleBarInit (NULL); + Status = MainTitleBarInit (L"UEFI HEXEDIT"); if (EFI_ERROR (Status)) { ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_HEXEDIT_LIBEDITOR_MAINEDITOR_TITLE), gShellDebug1HiiHandle); return EFI_LOAD_ERROR; -- cgit v1.1