mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Added prompts to various file-select dialogs
Renumbered resources to above 512
This commit is contained in:
parent
ad169272fb
commit
9062fa2fb5
7 changed files with 31 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue