https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8a0e45031e4743a181533a1d001b0df7f407234f

commit 8a0e45031e4743a181533a1d001b0df7f407234f
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Sep 2 17:25:47 2023 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Sep 2 21:53:07 2023 +0200

    [BOOTDATA] Fix Standard Time description for "Mountain Standard Time 
(Mexico)"
    CORE-11855
    
    It was erroneously forgotten while making the timezone names translatable
    in commit f25d0ce42 (r74415).
---
 boot/bootdata/hivesft.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/bootdata/hivesft.inf b/boot/bootdata/hivesft.inf
index dc9903f7d34..e45880375de 100644
--- a/boot/bootdata/hivesft.inf
+++ b/boot/bootdata/hivesft.inf
@@ -799,7 +799,7 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time 
Zones\Mountain Standard
 
 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","Display",0x00000000,%GMT_MINUS_07_B_DESC%
 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","Dlt",0x00000000,%GMT_MINUS_07_B_DAYLIGHT%
-HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","Std",0x00000000,
+HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","Std",0x00000000,%GMT_MINUS_07_B_STANDARD%
 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","Index",0x00010001,13
 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mountain 
Standard Time (Mexico)","TZI",0x00000001,\
 0xa4,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\

Reply via email to