From: Jack Jansen Date: Thu, 19 Oct 2000 21:50:54 +0000 (+0000) Subject: Oops, all the options were off-by-one. Reported by Tom Bridgman. X-Git-Tag: v2.1a1~868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e3eb3e822038c08850d71dcb98c006dc2a7e36a;p=python Oops, all the options were off-by-one. Reported by Tom Bridgman. --- 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",