MUI_INSTALLCOLORS and MUI_PROGRESSBAR fix

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1850 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-29 11:04:53 +00:00
parent 3650a97f2a
commit 1a66c1d0a2

View file

@ -106,8 +106,8 @@
UninstallIcon "${MUI_UNICON}"
CheckBitmap "${MUI_CHECKBITMAP}"
SetFont "${MUI_FONT}" "${MUI_FONTSIZE}"
InstallColors "${MUI_INSTALLCOLORS}"
InstProgressFlags "${MUI_PROGRESSBAR}"
InstallColors ${MUI_INSTALLCOLORS}
InstProgressFlags ${MUI_PROGRESSBAR}
BrandingText /TRIMRIGHT "${MUI_BRANDINGTEXT}"
!ifndef MUI_NOVERBOSE