https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3b7f710fc7d0ddb0b6d57…
commit 3b7f710fc7d0ddb0b6d57b1ac5023215bfb80d23
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Apr 14 01:25:35 2019 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Apr 14 01:25:35 2019 +0200
[BOOTDATA] Remove stray value.
---
boot/bootdata/hivesft.inf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/boot/bootdata/hivesft.inf b/boot/bootdata/hivesft.inf
index f63f87ca96..4387338e3f 100644
--- a/boot/bootdata/hivesft.inf
+++ b/boot/bootdata/hivesft.inf
@@ -602,9 +602,8 @@ HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Fonts",,0x00000012
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes",,0x00000012
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96
-; win32k GRE initialization
+; Win32k GRE initialization
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize",,0x00000012
-HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","MS
Shell Dlg",0x00000002,"Microsoft Sans Serif"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\GRE_Initialize","FIXEDFON.FON",0x00000002,"vgafix.fon"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\GRE_Initialize","FONTS.FON",0x00000002,"vgasys.fon"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\GRE_Initialize","OEMFONT.FON",0x00000002,"vgaoem.fon"