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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e3eb3e822038c08850d71dcb98c006dc2a7e36a;p=thirdparty%2FPython%2Fcpython.git 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 5ceb18123651..78da11bf596e 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",