summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-19 21:50:54 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-19 21:50:54 (GMT)
commit3e3eb3e822038c08850d71dcb98c006dc2a7e36a (patch)
treee6aa85d81801b335b56d540e2a9c90ea802f2b3f
parent635a044b87f9452d4ac0145167b31b75065af667 (diff)
downloadcpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.zip
cpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.tar.gz
cpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.tar.bz2
Oops, all the options were off-by-one. Reported by Tom Bridgman.
-rw-r--r--Mac/scripts/EditPythonPrefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py
index 5ceb181..78da11b 100644
--- a/Mac/scripts/EditPythonPrefs.py
+++ b/Mac/scripts/EditPythonPrefs.py
@@ -38,6 +38,7 @@ OPT_DIALOG_ID = 510
opt_dialog_map = [
None,
None,
+ None,
"inspect",
"verbose",
"optimize",