fixed bug #1951417 - fix and re-enable the HeaderBitmap.nsi test on Linux

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5634 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2008-05-04 08:30:07 +00:00
parent 801e06439f
commit 4b5022d646
2 changed files with 2 additions and 3 deletions

View file

@ -140,8 +140,7 @@ Examples/System/System.nsi
Examples/nsDialogs/example.nsi
Examples/nsDialogs/InstallOptions.nsi
Examples/nsDialogs/welcome.nsi""")
+ ['Examples/Modern UI/WelcomeFinish.nsi']
+ ['Examples/Modern UI/HeaderBitmap.nsi'])
+ ['Examples/Modern UI/WelcomeFinish.nsi'])
# version
opts.Add(('VERSION', 'Version of NSIS', cvs_version))