]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c
MdeModulePkg/UiApp: Fix the incorrect use of the HiiHandle
authorDandan Bi <dandan.bi@intel.com>
Wed, 8 Jun 2016 08:46:55 +0000 (16:46 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 14 Jun 2016 06:10:44 +0000 (14:10 +0800)
commit7258076baee1fad8e07684140bcca614fdabfcc7
tree502680e85161ec0270dfdab3ef4fc79b9b06f7c0
parent62ade6d23362e7555572291ef82fdea122c624e4
MdeModulePkg/UiApp: Fix the incorrect use of the HiiHandle

In current code, when adding string package, it will return
'gStringPackHandle'. But the code use the 'gHiiHandle' to get
string. It is incorrect. This patch is to fix this issue.

Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c