there's only one header.gif (the unicode fork has a different header)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6280 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bafaa78c40
commit
c57a89312f
1 changed files with 1 additions and 6 deletions
|
@ -32,14 +32,9 @@ html = Split("""
|
|||
images = Split("""
|
||||
#Menu/images/line.gif
|
||||
#Menu/images/site.gif
|
||||
#Menu/images/header.gif
|
||||
""")
|
||||
|
||||
|
||||
if env['UNICODE']:
|
||||
images.append("#Menu/images/Unicode/header.gif")
|
||||
else:
|
||||
images.append("#Menu/images/header.gif")
|
||||
|
||||
import os
|
||||
from os.path import join
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue