Issue #23180: Rename IDLE "Windows" menu item to "Window".

Patch by Al Sweigart.
This commit is contained in:
Ned Deily 2015-01-17 21:06:27 -08:00
parent 3bbb37e09b
commit ccb416fee2
6 changed files with 9 additions and 11 deletions

View file

@ -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