From: Jack Jansen Date: Tue, 4 Jan 2005 15:25:48 +0000 (+0000) Subject: Fix for #1076490 submitted by Neil Mayhew: a serious typo means X-Git-Tag: v2.3.5c1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5442f41e592787e856c313143d9fa10726cd4ba;p=thirdparty%2FPython%2Fcpython.git Fix for #1076490 submitted by Neil Mayhew: a serious typo means BuildApplication has never worked in 2.3. I guess that shows how popular MacOS9 is:-) --- diff --git a/Mac/scripts/BuildApplication.py b/Mac/scripts/BuildApplication.py index c919b3f748b5..a36fcb3eb251 100644 --- a/Mac/scripts/BuildApplication.py +++ b/Mac/scripts/BuildApplication.py @@ -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