new icon name, font in MUI_INTERFACE macro

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1395 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-12 18:33:28 +00:00
parent 58848d42c0
commit 2105c90c16
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
OutFile "Basic.exe"
;User interface - icons, ui file, check bitmap, progress bar etc.
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var!
!insertmacro MUI_INTERFACE "modern.exe" "modern-install.ico" "modern-uninstall.ico" "modern.bmp" "smooth" "Tahoma" "$9" ;$9 is the variable used to store the current page, do not use this var!
;License dialog
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"