]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix for #1076490 submitted by Neil Mayhew: a serious typo means
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 4 Jan 2005 15:25:48 +0000 (15:25 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 4 Jan 2005 15:25:48 +0000 (15:25 +0000)
BuildApplication has never worked in 2.3. I guess that shows how
popular MacOS9 is:-)

Mac/scripts/BuildApplication.py

index c919b3f748b5c5bef5c75ce14135ef3dfade4971..a36fcb3eb25165719c3ea25a89ddbc236724ce28 100644 (file)
@@ -72,7 +72,7 @@ def buildapplication(debug = 0):
        else:
                tf = tf + '.app'
        
-       dstfilename = EasyDialogs.AskFileForSate(message='Save application as:', 
+       dstfilename = EasyDialogs.AskFileForSave(message='Save application as:', 
                savedFileName=tf)
        if not ok:
                return