[ros-diffs] [mkupfer] 39423: - Add Denmark to country list and set geo id. - Set geo id for Czech Republic.

mkupfer at svn.reactos.org mkupfer at svn.reactos.org
Thu Feb 5 22:57:04 CET 2009


Author: mkupfer
Date: Thu Feb  5 15:57:04 2009
New Revision: 39423

URL: http://svn.reactos.org/svn/reactos?rev=39423&view=rev
Log:
- Add Denmark to country list and set geo id.
- Set geo id for Czech Republic.

Modified:
    trunk/reactos/base/setup/usetup/muilanguages.h
    trunk/reactos/boot/bootdata/hivesft_arm.inf
    trunk/reactos/boot/bootdata/hivesft_i386.inf

Modified: trunk/reactos/base/setup/usetup/muilanguages.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/muilanguages.h?rev=39423&r1=39422&r2=39423&view=diff
==============================================================================
--- trunk/reactos/base/setup/usetup/muilanguages.h [iso-8859-1] (original)
+++ trunk/reactos/base/setup/usetup/muilanguages.h [iso-8859-1] Thu Feb  5 15:57:04 2009
@@ -168,8 +168,8 @@
   {L"00001004", L"936",  L"936", L"10008", L"Chinese (Singapore)", L"1",          enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts,  zhSGLayouts },
   {L"00001404", L"950",  L"950", L"10002", L"Chinese (Macau S.A.R.)", L"1",       enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts,  zhMOLayouts },
   {L"0000041A", L"1250", L"852", L"10029", L"Croatian", L"385",                   enUSPages, enUSErrorEntries, enUSStrings, LatinFonts,    hrHRLayouts },
-  {L"00000405", L"1250", L"852", L"10029", L"Czech", L"1",                        csCZPages, csCZErrorEntries, csCZStrings, LatinFonts,    csCZLayouts },
-  {L"00000406", L"1252", L"850", L"10000", L"Danish", L"1",                       enUSPages, enUSErrorEntries, enUSStrings, LatinFonts,    daDKLayouts },
+  {L"00000405", L"1250", L"852", L"10029", L"Czech", L"420",                      csCZPages, csCZErrorEntries, csCZStrings, LatinFonts,    csCZLayouts },
+  {L"00000406", L"1252", L"850", L"10000", L"Danish", L"45",                      enUSPages, enUSErrorEntries, enUSStrings, LatinFonts,    daDKLayouts },
   {L"00000465", L"0",    L"1",   L"2",     L"Divehi (Maldives)", L"960",          enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts,  dvMVLayouts },
   {L"00000413", L"1252", L"850", L"10000", L"Dutch (Netherlands)", L"31",         enUSPages, enUSErrorEntries, enUSStrings, LatinFonts,    nlNLLayouts },
   {L"00000813", L"1252", L"850", L"10000", L"Dutch (Belgium)", L"32",             enUSPages, enUSErrorEntries, enUSStrings, LatinFonts,    nlBELayouts },

Modified: trunk/reactos/boot/bootdata/hivesft_arm.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft_arm.inf?rev=39423&r1=39422&r2=39423&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft_arm.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesft_arm.inf [iso-8859-1] Thu Feb  5 15:57:04 2009
@@ -968,6 +968,8 @@
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\43","Name",0x00000000,"Austria"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\44","CountryCode",0x00010001,0x0000002c
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\44","Name",0x00000000,"United Kingdom"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\45","CountryCode",0x00010001,0x0000002D
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\45","Name",0x00000000,"Denmark"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\46","CountryCode",0x00010001,0x0000002e
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\46","Name",0x00000000,"Sweden"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\47","CountryCode",0x00010001,0x0000002f

Modified: trunk/reactos/boot/bootdata/hivesft_i386.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft_i386.inf?rev=39423&r1=39422&r2=39423&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft_i386.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesft_i386.inf [iso-8859-1] Thu Feb  5 15:57:04 2009
@@ -974,6 +974,8 @@
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\43","Name",0x00000000,"Austria"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\44","CountryCode",0x00010001,0x0000002c
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\44","Name",0x00000000,"United Kingdom"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\45","CountryCode",0x00010001,0x0000002D
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\45","Name",0x00000000,"Denmark"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\46","CountryCode",0x00010001,0x0000002e
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\46","Name",0x00000000,"Sweden"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\47","CountryCode",0x00010001,0x0000002f



More information about the Ros-diffs mailing list