diff --git a/dll/win32/syssetup/wizard.c b/dll/win32/syssetup/wizard.c index 595a2a773f7..d0b4dca711c 100644 --- a/dll/win32/syssetup/wizard.c +++ b/dll/win32/syssetup/wizard.c @@ -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);