Commit 9d19a914 authored by Jack Jansen's avatar Jack Jansen

Added prompt to getfile dialog

Renumbered resources
parent ec380108
......@@ -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())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment