Browse Source

fix one minor typo

rdb 14 years ago
parent
commit
c9a80e8076
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/DeploymentTools.py

+ 1 - 1
direct/src/p3d/DeploymentTools.py

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