mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
This commit is contained in:
parent
acd5f81149
commit
8a0b7756e2
4 changed files with 7 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ from idlelib import macosxSupport
|
|||
menudefs = [
|
||||
# underscore prefixes character to underscore
|
||||
('file', [
|
||||
('_New Window', '<<open-new-window>>'),
|
||||
('_New File', '<<open-new-window>>'),
|
||||
('_Open...', '<<open-window-from-file>>'),
|
||||
('Open _Module...', '<<open-module>>'),
|
||||
('Class _Browser', '<<open-class-browser>>'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue