summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/EditPythonPrefs.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-09 10:01:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-09 10:01:52 (GMT)
commit6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2 (patch)
tree990454e7a42944bfd6e5ebef0f58640d2a516bb3 /Mac/scripts/EditPythonPrefs.py
parent317b2a6d59302315b577c927752a994571212ee8 (diff)
downloadcpython-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/scripts/EditPythonPrefs.py')
-rw-r--r--Mac/scripts/EditPythonPrefs.py3
1 files changed, 1 insertions, 2 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]: