From 4d40db8e1c81c2639fc8c634e7784d42efed1303 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 9 Sep 2015 20:17:25 +0000 Subject: [PATCH] [BOOTDATA] Add missing default locale values. svn path=/trunk/; revision=69162 --- reactos/boot/bootdata/hivedef.inf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/hivedef.inf b/reactos/boot/bootdata/hivedef.inf index 49deb0c08f5..9e730e87bd8 100644 --- a/reactos/boot/bootdata/hivedef.inf +++ b/reactos/boot/bootdata/hivedef.inf @@ -153,28 +153,42 @@ HKCU,"Control Panel\Input Method\Hot Keys\00000202","Virtual Key",0x00030003,4c, ; International keys HKCU,"Control Panel\International",,0x00000012 HKCU,"Control Panel\International","Locale",0x00000000,"0409" +HKCU,"Control Panel\International","iCalenderType",2,"1" HKCU,"Control Panel\International","iCountry",2,"1" HKCU,"Control Panel\International","iCurrDigits",2,"2" HKCU,"Control Panel\International","iCurrency",2,"0" HKCU,"Control Panel\International","iDate",2,"0" HKCU,"Control Panel\International","iDigits",2,"2" +HKCU,"Control Panel\International","iFirstDayOfWeek",2,"6" +HKCU,"Control Panel\International","iFirstDayOfYear",2,"0" HKCU,"Control Panel\International","iLZero",2,"1" HKCU,"Control Panel\International","iMeasure",2,"1" HKCU,"Control Panel\International","iNegCurr",2,"0" +HKCU,"Control Panel\International","iNegNumber",2,"1" HKCU,"Control Panel\International","iTime",2,"0" +HKCU,"Control Panel\International","iTimePrefix",2,"0" HKCU,"Control Panel\International","iTLZero",2,"0" +HKCU,"Control Panel\International","NumShape",2,"1" HKCU,"Control Panel\International","s1159",2,"AM" HKCU,"Control Panel\International","s2359",2,"PM" HKCU,"Control Panel\International","sCountry",2,"United States" HKCU,"Control Panel\International","sCurrency",2,"$" HKCU,"Control Panel\International","sDate",2,"/" HKCU,"Control Panel\International","sDecimal",2,"." -;HKCU,"Control Panel\International","sLanguage",2,"ENU" +HKCU,"Control Panel\International","sGrouping",2,"3;0" +HKCU,"Control Panel\International","sLanguage",2,"ENU" HKCU,"Control Panel\International","sList",2,"," HKCU,"Control Panel\International","sLongDate",2,"dddd, MMMM dd, yyyy" +HKCU,"Control Panel\International","sMonDecimalSep",2,"." +HKCU,"Control Panel\International","sMonGrouping",2,"3;0" +HKCU,"Control Panel\International","sMonThousandSep",2,"," +HKCU,"Control Panel\International","sNativeDigits",2,"0123456789" +HKCU,"Control Panel\International","sNegativeSign",2,"-" +HKCU,"Control Panel\International","sPositiveSign",2,"" HKCU,"Control Panel\International","sShortDate",2,"M/d/yyyy" HKCU,"Control Panel\International","sThousand",2,"," HKCU,"Control Panel\International","sTime",2,":" +HKCU,"Control Panel\International","sTimeFormat",2,"h:mm:ss tt" HKCU,"Control Panel\International\Geo","Nation",0x00000000,"1" ; Cursors Schemes -- 2.17.1