[SYSSETUP] Caption of 2nd stage ReactOS Setup is too heavy (#1806)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Tue, 6 Aug 2019 02:09:56 +0000 (11:09 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2019 02:09:56 +0000 (11:09 +0900)
The caption text of 2nd stage ReactOS Setup was too bold. CORE-16295

dll/win32/syssetup/wizard.c

index 595a2a7..d0b4dca 100644 (file)
@@ -82,7 +82,7 @@ CreateTitleFont(VOID)
     HDC hdc;
     HFONT hFont;
 
     HDC hdc;
     HFONT hFont;
 
-    LogFont.lfWeight = FW_HEAVY;
+    LogFont.lfWeight = FW_BOLD;
     wcscpy(LogFont.lfFaceName, L"MS Shell Dlg");
 
     hdc = GetDC(NULL);
     wcscpy(LogFont.lfFaceName, L"MS Shell Dlg");
 
     hdc = GetDC(NULL);