*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@823 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-29 13:13:55 +00:00
parent c19cf1940e
commit d2671e87d4
4 changed files with 4 additions and 4 deletions

View file

@ -7,14 +7,14 @@
!define MUI_MACROS_USED
!macro MUI_INTERFACE ICON UNICON CHECKS PROGRESSBAR
!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR
;User interface
Icon "${NSISDIR}\Contrib\Icons\${ICON}"
UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}"
XPStyle On
ChangeUI all "${NSISDIR}\Contrib\UIs\modern.exe"
ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}"
SetFont Tahoma 8
CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}"
InstallColors /windows