[3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)

Patch by Cheryl Sabella.
(cherry picked from commit 18ede06)
This commit is contained in:
terryjreedy 2017-06-23 20:19:46 -04:00 committed by GitHub
parent 9db3ae045d
commit bd570f4211
4 changed files with 33 additions and 9 deletions

View file

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