diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-19 21:50:54 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-19 21:50:54 (GMT) |
commit | 3e3eb3e822038c08850d71dcb98c006dc2a7e36a (patch) | |
tree | e6aa85d81801b335b56d540e2a9c90ea802f2b3f /Mac/scripts | |
parent | 635a044b87f9452d4ac0145167b31b75065af667 (diff) | |
download | cpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.zip cpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.tar.gz cpython-3e3eb3e822038c08850d71dcb98c006dc2a7e36a.tar.bz2 |
Oops, all the options were off-by-one. Reported by Tom Bridgman.
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/EditPythonPrefs.py | 1 |
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", |