adjust help menu bindings

This commit is contained in:
Steven M. Gava 2001-08-11 07:42:37 +00:00
parent 38507ae614
commit 0ba4df89ab
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ menudefs = [
('_IDLE Help...', '<<help>>'), ('_IDLE Help...', '<<help>>'),
('Python _Documentation...', '<<python-docs>>'), ('Python _Documentation...', '<<python-docs>>'),
('_Advice...', '<<good-advice>>'), ('_Advice...', '<<good-advice>>'),
('View IDLE _Readme...', '<<view-readme>>'),
None, None,
('_About IDLE...', '<<about-idle>>'), ('_About IDLE...', '<<about-idle>>'),
]), ]),