Issue #17532: Always include Options menu for IDLE on OS X.

Patch by Guilherme Simões.
This commit is contained in:
Ned Deily 2013-05-22 15:19:40 -07:00
parent 6724612755
commit 7f0882c920
5 changed files with 8 additions and 2 deletions

View file

@ -463,7 +463,6 @@ class EditorWindow(object):
]
if macosxSupport.runningAsOSXApp():
del menu_specs[-3]
menu_specs[-2] = ("windows", "_Window")