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
This commit is contained in:
kichik 2004-02-06 16:56:30 +00:00
parent 4e3f2c485e
commit 2027f3c76d

View file

@ -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