Browse Source

Rearrange options tabs

doc-issue-template
MrS0m30n3 10 years ago
parent
commit
5b2650be59
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/YoutubeDLGUI.py

2
youtube_dl_gui/YoutubeDLGUI.py

@ -1228,8 +1228,8 @@ class OptionsFrame(wx.Frame):
notebook.AddPage(self.subtitles_tab, "Subtitles") notebook.AddPage(self.subtitles_tab, "Subtitles")
notebook.AddPage(self.filesystem_tab, "Filesystem") notebook.AddPage(self.filesystem_tab, "Filesystem")
notebook.AddPage(self.shutdown_tab, "Shutdown") notebook.AddPage(self.shutdown_tab, "Shutdown")
notebook.AddPage(self.connection_tab, "Connection")
notebook.AddPage(self.auth_tab, "Authentication") notebook.AddPage(self.auth_tab, "Authentication")
notebook.AddPage(self.connection_tab, "Connection")
notebook.AddPage(self.log_tab, "Log") notebook.AddPage(self.log_tab, "Log")
notebook.AddPage(self.other_tab, "Commands") notebook.AddPage(self.other_tab, "Commands")

Loading…
Cancel
Save