diff --git a/Mac/scripts/gensuitemodule.py b/Mac/scripts/gensuitemodule.py index a2be3ee0344..f4ae00c6dd5 100644 --- a/Mac/scripts/gensuitemodule.py +++ b/Mac/scripts/gensuitemodule.py @@ -15,7 +15,7 @@ import macfs from Res import * def main(): - fss, ok = macfs.StandardGetFile() + fss, ok = macfs.PromptGetFile('Select file with aeut/aete resource:') if not ok: sys.exit(0) process(fss.as_pathname())