mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
bpo-24813: IDLE: Add default title to help_about (#2366)
Patch by Cheryl Sabella.
This commit is contained in:
parent
8f525882fa
commit
18ede06258
4 changed files with 33 additions and 9 deletions
|
|
@ -463,7 +463,7 @@ class EditorWindow(object):
|
|||
def about_dialog(self, event=None):
|
||||
"Handle Help 'About IDLE' event."
|
||||
# Synchronize with macosx.overrideRootMenu.about_dialog.
|
||||
help_about.AboutDialog(self.top,'About IDLE')
|
||||
help_about.AboutDialog(self.top)
|
||||
|
||||
def config_dialog(self, event=None):
|
||||
"Handle Options 'Configure IDLE' event."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue