mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
1. Remove the Readme entry on the Help Menu, now in About dialog.
2. Change title on About dialog. Modified Files: Bindings.py EditorWindow.py
This commit is contained in:
parent
abe14e6f04
commit
d78b23025c
2 changed files with 1 additions and 9 deletions
|
@ -70,12 +70,9 @@ menudefs = [
|
|||
]),
|
||||
('options', [
|
||||
('_Configure IDLE...', '<<open-config-dialog>>'),
|
||||
## None,
|
||||
## ('Revert to _Default Settings', '<<revert-all-settings>>'),
|
||||
]),
|
||||
('help', [
|
||||
('_About IDLE', '<<about-idle>>'),
|
||||
('IDLE _Readme', '<<view-readme>>'),
|
||||
None,
|
||||
('_IDLE Help', '<<help>>'),
|
||||
('Python _Docs', '<<python-docs>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue