Added prompts to various file-select dialogs

Renumbered resources to above 512
This commit is contained in:
Jack Jansen 1995-08-14 12:21:12 +00:00
parent ad169272fb
commit 9062fa2fb5
7 changed files with 31 additions and 35 deletions

View file

@ -57,7 +57,7 @@ def main():
# Ask for source text if not specified in sys.argv[1:]
if not sys.argv[1:]:
srcfss, ok = macfs.StandardGetFile('TEXT')
srcfss, ok = macfs.PromptGetFile('Select Python source file:', 'TEXT')
if not ok:
return
filename = srcfss.as_pathname()