From 3e3eb3e822038c08850d71dcb98c006dc2a7e36a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 19 Oct 2000 21:50:54 +0000 Subject: Oops, all the options were off-by-one. Reported by Tom Bridgman. --- Mac/scripts/EditPythonPrefs.py | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v0.12