From 58848d42c026166bcd5644b49184a03da6fb6a96 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 12 Oct 2002 18:30:57 +0000 Subject: [PATCH] font can be set using MUI_INTERFACE macro git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1394 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index ca48a401..540279d7 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -23,7 +23,7 @@ !define MUI_TEMP1 $R0 !define MUI_TEMP2 $R1 -!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR CURRENTPAGEVAR +!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR FONT CURRENTPAGEVAR ;User interface @@ -31,7 +31,7 @@ UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}" XPStyle On ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}" - SetFont Tahoma 8 + SetFont "${FONT}" 8 CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}" InstallColors /windows InstProgressFlags "${PROGRESSBAR}"