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:
Kurt B. Kaiser 2003-06-12 04:03:49 +00:00
parent abe14e6f04
commit d78b23025c
2 changed files with 1 additions and 9 deletions

View file

@ -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>>'),