diff options
Diffstat (limited to 'Mac/Tools/twit/mactwit_browser.py')
-rw-r--r-- | Mac/Tools/twit/mactwit_browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/twit/mactwit_browser.py b/Mac/Tools/twit/mactwit_browser.py index a8968ca..070de43 100644 --- a/Mac/Tools/twit/mactwit_browser.py +++ b/Mac/Tools/twit/mactwit_browser.py @@ -61,7 +61,7 @@ def Initialize(): ourparentdir = os.path.split(openresfile.func_code.co_filename)[0] os.chdir(ourparentdir) try: - Res.OpenResFile("mactwit_browse.rsrc") + Res.FSpOpenResFile("mactwit_browse.rsrc", 1) except Res.Error, arg: EasyDialogs.Message("Cannot open mactwit_browse.rsrc: "+arg[1]) sys.exit(1) |