From 213ac85ba0beefc0df9d4d4f4449b0a95209607c Mon Sep 17 00:00:00 2001 From: joostverburg Date: Tue, 10 Sep 2002 19:20:32 +0000 Subject: [PATCH] version 1.17 - Win9x font weight bug fixed (font of title in white rect) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@979 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/ModernUI.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Modern UI/ModernUI.nsh b/Examples/Modern UI/ModernUI.nsh index 7e054680..d8a0b361 100644 --- a/Examples/Modern UI/ModernUI.nsh +++ b/Examples/Modern UI/ModernUI.nsh @@ -79,7 +79,7 @@ StrCmp ${CURRENTPAGE} "" "" no_first_run GetDlgItem ${TEMP1} $HWNDPARENT 1037 - CreateFont ${TEMP2} "Tahoma" 10 1000 + CreateFont ${TEMP2} "Tahoma" 10 700 SendMessage ${TEMP1} ${WM_SETFONT} ${TEMP2} 0 SetStaticBkColor ${TEMP1} 0x00FFFFFF