diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-09 10:01:52 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-09 10:01:52 (GMT) |
commit | 6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2 (patch) | |
tree | 990454e7a42944bfd6e5ebef0f58640d2a516bb3 /Mac | |
parent | 317b2a6d59302315b577c927752a994571212ee8 (diff) | |
download | cpython-6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2.zip cpython-6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2.tar.gz cpython-6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2.tar.bz2 |
Selecting the macfsn option didn't work, fixed.
Fixed the help strings.
Swapped the macfsn and help button numbers.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/EditPythonPrefs.py | 3 | ||||
-rw-r--r-- | Mac/scripts/EditPythonPrefs.rsrc | bin | 8809 -> 8994 bytes | |||
-rw-r--r-- | Mac/scripts/EditPythonPrefsBH.bh | 10 | ||||
-rw-r--r-- | Mac/scripts/EditPythonPrefsBH.prj | bin | 21084 -> 24091 bytes | |||
-rw-r--r-- | Mac/scripts/EditPythonPrefsBH.rsrc | bin | 3953 -> 3942 bytes |
5 files changed, 6 insertions, 7 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index 618d33e..44d89a6 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -50,8 +50,7 @@ opt_dialog_map = [ None, None, None, None, None, None, None, None, # 11-18 are different "tabwarn", "nosite", - None, - "nonavservices"] + "nonavservice"] opt_dialog_dict = {} for i in range(len(opt_dialog_map)): if opt_dialog_map[i]: diff --git a/Mac/scripts/EditPythonPrefs.rsrc b/Mac/scripts/EditPythonPrefs.rsrc Binary files differindex 7ed29c7..f4b893f 100644 --- a/Mac/scripts/EditPythonPrefs.rsrc +++ b/Mac/scripts/EditPythonPrefs.rsrc diff --git a/Mac/scripts/EditPythonPrefsBH.bh b/Mac/scripts/EditPythonPrefsBH.bh index c12f31d..25b55cc 100644 --- a/Mac/scripts/EditPythonPrefsBH.bh +++ b/Mac/scripts/EditPythonPrefsBH.bh @@ -32,12 +32,12 @@ DIALOG 510 12.1 The type code Python will create files with. TEXT is probably best. 13.1 Press here when satisfied with your new settings in this dialog. 14.1 Press here when you're not satisfied with your new settings. -19.1 Select to use string-type values for standard exceptions. -19.3 Deselect to use new class-based standard exceptions. +19.1 Select to warn for inconsistent TAB usage in sources. +19.3 Deselect to disable TAB consistency warnings. 20.1 Selecting this disables the new package and site-python features. 20.3 Deselecting this enables the new package and site-python features. -21.1 Press here to turn help balloons off again. -22.1 Select this to use old-style Standard File calls in macfs -22.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers +21.1 Select this to use old-style Standard File calls in macfs +21.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers +22.1 Press here to turn help balloons off again. END-DIALOG END diff --git a/Mac/scripts/EditPythonPrefsBH.prj b/Mac/scripts/EditPythonPrefsBH.prj Binary files differindex dcfa467..955426d 100644 --- a/Mac/scripts/EditPythonPrefsBH.prj +++ b/Mac/scripts/EditPythonPrefsBH.prj diff --git a/Mac/scripts/EditPythonPrefsBH.rsrc b/Mac/scripts/EditPythonPrefsBH.rsrc Binary files differindex d272f63..ab50d32 100644 --- a/Mac/scripts/EditPythonPrefsBH.rsrc +++ b/Mac/scripts/EditPythonPrefsBH.rsrc |