Revision: 14063
          http://edk2.svn.sourceforge.net/edk2/?rev=14063&view=rev
Author:   jcarsey
Date:     2013-01-17 19:04:02 +0000 (Thu, 17 Jan 2013)
Log Message:
-----------
ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars 
consistent and remove unnecessary ?\226?\128?\1562.0?\226?\128?\157 string

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud [email protected] 
reviewed-by: jaben carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
    
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c

Modified: 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
===================================================================
--- 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c    
    2013-01-17 03:28:05 UTC (rev 14062)
+++ 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c    
    2013-01-17 19:04:02 UTC (rev 14063)
@@ -1502,7 +1502,7 @@
   //
   // 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;

Modified: 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
===================================================================
--- 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c  
    2013-01-17 03:28:05 UTC (rev 14062)
+++ 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c  
    2013-01-17 19:04:02 UTC (rev 14063)
@@ -1687,7 +1687,7 @@
   //
   // 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;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to