diff options
Diffstat (limited to 'Mac/scripts/EditPythonPrefs.py')
-rw-r--r-- | Mac/scripts/EditPythonPrefs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index 44d89a6..d9f30f1 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -170,7 +170,7 @@ def edit_applet(name): def main(): try: - h = OpenResFile('EditPythonPrefs.rsrc') + h = FSpOpenResFile('EditPythonPrefs.rsrc', 1) except Res.Error: pass # Assume we already have acces to our own resource |