added MUI_HEADERIMAGE_BITMAP example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3880 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-01-21 15:32:11 +00:00
parent 8557bafca2
commit 785e54440f

View file

@ -24,6 +24,7 @@
;Interface Configuration
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" ; optional
!define MUI_ABORTWARNING
;--------------------------------