mirror of
https://github.com/python/cpython.git
synced 2025-07-22 02:35:22 +00:00
Selecting the macfsn option didn't work, fixed.
Fixed the help strings. Swapped the macfsn and help button numbers.
This commit is contained in:
parent
317b2a6d59
commit
6f8a6d21a1
5 changed files with 6 additions and 7 deletions
|
@ -50,8 +50,7 @@ opt_dialog_map = [
|
|||
None, None, None, None, None, None, None, None, # 11-18 are different
|
||||
"tabwarn",
|
||||
"nosite",
|
||||
None,
|
||||
"nonavservices"]
|
||||
"nonavservice"]
|
||||
opt_dialog_dict = {}
|
||||
for i in range(len(opt_dialog_map)):
|
||||
if opt_dialog_map[i]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue