]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct the default value for date opcode.
authorEric Dong <eric.dong@intel.com>
Wed, 2 Jul 2014 05:54:41 +0000 (05:54 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 2 Jul 2014 05:54:41 +0000 (05:54 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15612 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr

index 032bf8883f1746c5fb7ab0ccdebfabd0babb1ae5..4f6ac07071fe60095bde8c02447d7ed0d6c1044d 100644 (file)
@@ -2,7 +2,7 @@
 //\r
 //    Sample Setup formset.\r
 //\r
-//  Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+//  Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
 //  This program and the accompanying materials\r
 //  are licensed and made available under the terms and conditions of the BSD License\r
 //  which accompanies this distribution.  The full text of the license may be found at\r
@@ -529,7 +529,7 @@ formset
         prompt  = STRING_TOKEN(STR_DATE_PROMPT),\r
         help    = STRING_TOKEN(STR_DATE_HELP),\r
         flags   = STORAGE_TIME,\r
-        default = 1/1/2004,\r
+        default = 2004/1/1,\r
 \r
         inconsistentif prompt = STRING_TOKEN(STR_ERROR_POPUP),\r
           ideqval Date.Day == 31\r