From 2027f3c76d8952813b6d8bf1c24c0cc76a1f9ade Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 6 Feb 2004 16:56:30 +0000 Subject: [PATCH] llama.bmp doesn't have the color 0x00005B in it git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3469 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/AdvSplash/Example.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/AdvSplash/Example.nsi b/Contrib/AdvSplash/Example.nsi index 7ada75cf..a079c6ab 100644 --- a/Contrib/AdvSplash/Example.nsi +++ b/Contrib/AdvSplash/Example.nsi @@ -25,7 +25,7 @@ Function .onInit MessageBox MB_OK "Transparency/Fading" File /oname=$PLUGINSDIR\splash.bmp "${NSISDIR}\Contrib\Graphics\Wizard\llama.bmp" - advsplash::show 1000 600 400 0x00005B $PLUGINSDIR\splash + advsplash::show 1000 600 400 0x04025C $PLUGINSDIR\splash Pop $0 Delete $PLUGINSDIR\splash.bmp