mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
None, None, None, None, None, None, None, None, # 11-18 are different
|
||||||
"tabwarn",
|
"tabwarn",
|
||||||
"nosite",
|
"nosite",
|
||||||
None,
|
"nonavservice"]
|
||||||
"nonavservices"]
|
|
||||||
opt_dialog_dict = {}
|
opt_dialog_dict = {}
|
||||||
for i in range(len(opt_dialog_map)):
|
for i in range(len(opt_dialog_map)):
|
||||||
if opt_dialog_map[i]:
|
if opt_dialog_map[i]:
|
||||||
|
|
Binary file not shown.
|
@ -32,12 +32,12 @@ DIALOG 510
|
||||||
12.1 The type code Python will create files with. TEXT is probably best.
|
12.1 The type code Python will create files with. TEXT is probably best.
|
||||||
13.1 Press here when satisfied with your new settings in this dialog.
|
13.1 Press here when satisfied with your new settings in this dialog.
|
||||||
14.1 Press here when you're not satisfied with your new settings.
|
14.1 Press here when you're not satisfied with your new settings.
|
||||||
19.1 Select to use string-type values for standard exceptions.
|
19.1 Select to warn for inconsistent TAB usage in sources.
|
||||||
19.3 Deselect to use new class-based standard exceptions.
|
19.3 Deselect to disable TAB consistency warnings.
|
||||||
20.1 Selecting this disables the new package and site-python features.
|
20.1 Selecting this disables the new package and site-python features.
|
||||||
20.3 Deselecting this enables the new package and site-python features.
|
20.3 Deselecting this enables the new package and site-python features.
|
||||||
21.1 Press here to turn help balloons off again.
|
21.1 Select this to use old-style Standard File calls in macfs
|
||||||
22.1 Select this to use old-style Standard File calls in macfs
|
21.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
|
||||||
22.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
|
22.1 Press here to turn help balloons off again.
|
||||||
END-DIALOG
|
END-DIALOG
|
||||||
END
|
END
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue