diff options
Diffstat (limited to 'Lib/idlelib/editor.py')
-rw-r--r-- | Lib/idlelib/editor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py index ab4f1a3..13b4a51 100644 --- a/Lib/idlelib/editor.py +++ b/Lib/idlelib/editor.py @@ -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." |