From 29f44c5ce25769045d828b10e02e28e55fb8d180 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 26 Sep 2003 11:09:42 +0000 Subject: [PATCH] new Graphics folder git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2963 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/HeaderBitmap.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Modern UI/HeaderBitmap.nsi b/Examples/Modern UI/HeaderBitmap.nsi index 649c385c..e2e9b297 100644 --- a/Examples/Modern UI/HeaderBitmap.nsi +++ b/Examples/Modern UI/HeaderBitmap.nsi @@ -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