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

@ -39,7 +39,7 @@ def walktree(name, change):
walktree(os.path.join(name, f), change)
def run(change):
fss, ok = macfs.GetDirectory()
fss, ok = macfs.GetDirectory('Folder to search:')
if not ok:
sys.exit(0)
walktree(fss.as_pathname(), change)