mirror of
https://github.com/python/cpython.git
synced 2025-07-22 02:35:22 +00:00
Oops, all the options were off-by-one. Reported by Tom Bridgman.
This commit is contained in:
parent
635a044b87
commit
3e3eb3e822
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue