From 3e3eb3e822038c08850d71dcb98c006dc2a7e36a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 19 Oct 2000 21:50:54 +0000 Subject: [PATCH] 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 5ceb181236..78da11bf59 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -36,6 +36,7 @@ OPT_DIALOG_ID = 510 # Map dialog item numbers to option names (and the reverse) opt_dialog_map = [ + None, None, None, "inspect", -- 2.50.1