]> granicus.if.org Git - python/commitdiff
Oops, all the options were off-by-one. Reported by Tom Bridgman.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 19 Oct 2000 21:50:54 +0000 (21:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 19 Oct 2000 21:50:54 +0000 (21:50 +0000)
Mac/scripts/EditPythonPrefs.py

index 5ceb18123651110e06ddfe9c572efb5fda43787d..78da11bf596ec39cea1b94958a684a4988b71273 100644 (file)
@@ -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",