Browse Source

[mainframe] Fixed center naming consistency and typo

doc-issue-template
Sergey M․ 9 years ago
parent
commit
c6fb3d284c
1 changed files with 2 additions and 2 deletions
  1. 4
      youtube_dl_gui/mainframe.py

4
youtube_dl_gui/mainframe.py

@ -131,7 +131,7 @@ class MainFrame(wx.Frame):
self.update_thread = None
self.app_icon = get_icon_file()
self.Centre()
self.Center()
# Create the app icon
if self.app_icon is not None:
@ -467,7 +467,7 @@ class MainFrame(wx.Frame):
"""Event handler of the self._options_btn widget.
This method is used when the options button is pressed to show
the optios window.
the options window.
"""
self._options_frame.load_all_options()

Loading…
Cancel
Save