mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Merged revisions 87394 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87394 | georg.brandl | 2010-12-19 02:10:32 -0800 (Sun, 19 Dec 2010) | 1 line #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. ........
This commit is contained in:
parent
8c83db03a4
commit
4a70550c1c
5 changed files with 46 additions and 39 deletions
|
@ -392,7 +392,7 @@ class EditorWindow(object):
|
|||
menudict[name] = menu = Menu(mbar, name=name)
|
||||
mbar.add_cascade(label=label, menu=menu, underline=underline)
|
||||
|
||||
if macosxSupport.runningAsOSXApp():
|
||||
if macosxSupport.isCarbonAquaTk(self.root):
|
||||
# Insert the application menu
|
||||
menudict['application'] = menu = Menu(mbar, name='apple')
|
||||
mbar.add_cascade(label='IDLE', menu=menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue