fix one minor typo

This commit is contained in:
rdb 2012-01-08 13:09:04 +00:00
parent 3603ccee19
commit c9a80e8076

View File

@ -1071,7 +1071,7 @@ class Installer:
icofile = Filename(Filename.getTempDirectory(), self.shortname + ".ico")
icofile.unlink()
Installer.notify.info("Generating %s.ico..." % self.shortname)
if not self.icon.writeICO(icofile):
if not self.icon.makeICO(icofile):
icofile = None
# Create the .nsi installer script