[SYSSETUP] Caption of 2nd stage ReactOS Setup is too heavy (#1806)

The caption text of 2nd stage ReactOS Setup was too bold. CORE-16295
This commit is contained in:
Katayama Hirofumi MZ
2019-08-06 11:09:56 +09:00
committed by GitHub
parent c8875c182a
commit 5972b1e284

View File

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