mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
This commit is contained in:
parent
7504302875
commit
aedd2899c2
5 changed files with 46 additions and 39 deletions
|
@ -98,14 +98,6 @@ if macosxSupport.runningAsOSXApp():
|
|||
# menu
|
||||
del menudefs[-1][1][0:2]
|
||||
|
||||
menudefs.insert(0,
|
||||
('application', [
|
||||
('About IDLE', '<<about-idle>>'),
|
||||
None,
|
||||
('_Preferences....', '<<open-config-dialog>>'),
|
||||
]))
|
||||
|
||||
|
||||
default_keydefs = idleConf.GetCurrentKeySet()
|
||||
|
||||
del sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue