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:
parent
3650a97f2a
commit
1a66c1d0a2
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@
|
||||||
UninstallIcon "${MUI_UNICON}"
|
UninstallIcon "${MUI_UNICON}"
|
||||||
CheckBitmap "${MUI_CHECKBITMAP}"
|
CheckBitmap "${MUI_CHECKBITMAP}"
|
||||||
SetFont "${MUI_FONT}" "${MUI_FONTSIZE}"
|
SetFont "${MUI_FONT}" "${MUI_FONTSIZE}"
|
||||||
InstallColors "${MUI_INSTALLCOLORS}"
|
InstallColors ${MUI_INSTALLCOLORS}
|
||||||
InstProgressFlags "${MUI_PROGRESSBAR}"
|
InstProgressFlags ${MUI_PROGRESSBAR}
|
||||||
BrandingText /TRIMRIGHT "${MUI_BRANDINGTEXT}"
|
BrandingText /TRIMRIGHT "${MUI_BRANDINGTEXT}"
|
||||||
|
|
||||||
!ifndef MUI_NOVERBOSE
|
!ifndef MUI_NOVERBOSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue