new Graphics folder

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2963 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-26 11:09:42 +00:00
parent 9032444027
commit 29f44c5ce2

View file

@ -23,7 +23,7 @@
;--------------------------------
;Modern UI Configuration
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Icons\modern-header.bmp"
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp"
!define MUI_ABORTWARNING
;--------------------------------
@ -48,7 +48,7 @@
;Things that need to be extracted on first (keep these lines before any File command!)
;Only for BZIP2 compression
ReserveFile "${NSISDIR}\Contrib\Icons\modern-header.bmp"
ReserveFile "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp"
;--------------------------------
;Installer Sections