mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
This commit is contained in:
parent
3bbb37e09b
commit
ccb416fee2
6 changed files with 9 additions and 11 deletions
|
@ -439,13 +439,10 @@ class EditorWindow(object):
|
|||
("format", "F_ormat"),
|
||||
("run", "_Run"),
|
||||
("options", "_Options"),
|
||||
("windows", "_Windows"),
|
||||
("windows", "_Window"),
|
||||
("help", "_Help"),
|
||||
]
|
||||
|
||||
if sys.platform == "darwin":
|
||||
menu_specs[-2] = ("windows", "_Window")
|
||||
|
||||
|
||||
def createmenubar(self):
|
||||
mbar = self.menubar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue