diff options
author | Eric Dong <eric.dong@intel.com> | 2013-12-30 06:07:29 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-30 06:07:29 +0000 |
commit | 6307a8b6dc054339db3b3d9733f2ce1a248b483c (patch) | |
tree | 57f4ad5f786b4bdbe5512dba154386a18b3cc847 /MdeModulePkg/Include/Library/CustomizedDisplayLib.h | |
parent | af8aa62d5941518e6397c13a567a06b5eabd68d2 (diff) | |
download | edk2-platforms-6307a8b6dc054339db3b3d9733f2ce1a248b483c.tar.xz |
Rollback the change 15021.
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15030 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/CustomizedDisplayLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/CustomizedDisplayLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h index bb4b2f4e8d..31e1091e88 100644 --- a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h +++ b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h @@ -116,7 +116,7 @@ CreateDialog ( /**
Confirm how to handle the changed data.
- @return Action BROWSER_SAVE_CHANGES, BROWSER_DISCARD_CHANGES or other values.
+ @return Action BROWSER_ACTION_SUBMIT, BROWSER_ACTION_DISCARD or other values.
**/
UINTN
EFIAPI
|