diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 04:03:49 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 04:03:49 +0000 |
commit | d78b23025c9c9f6288e14112411d83f44bcf85a8 (patch) | |
tree | e1886efbb785f29f78b67f8510a8117a1791b839 /Lib/idlelib/Bindings.py | |
parent | abe14e6f04de7acf72efedf0e59852dcb4389e58 (diff) | |
download | cpython-git-d78b23025c9c9f6288e14112411d83f44bcf85a8.tar.gz |
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
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index e11aec595d..af6ec56bc3 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -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>>'), |