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 2ed604553a..711c756b23 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -109,7 +109,7 @@ def main(): except Res.Error: # Create it message('No preferences file, creating one...') - FSpCreateResFile(preff_fss, 'PYTH', 'pref', smAllScripts) + FSpCreateResFile(preff_fss, 'Pyth', 'pref', smAllScripts) preff_handle = FSpOpenResFile(preff_fss, WRITE) # Load the path and directory resources |