Browse Source

Rearragne options tabs

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

2
youtube_dl_gui/YoutubeDLGUI.py

@ -1199,8 +1199,8 @@ class OptionsFrame(wx.Frame):
notebook.AddPage(self.videoselTab, "Playlist") notebook.AddPage(self.videoselTab, "Playlist")
notebook.AddPage(self.subtitlesTab, "Subtitles") notebook.AddPage(self.subtitlesTab, "Subtitles")
notebook.AddPage(self.filesysTab, "Filesystem") notebook.AddPage(self.filesysTab, "Filesystem")
notebook.AddPage(self.connectionTab, "Connection")
notebook.AddPage(self.shutdownTab, "Shutdown") notebook.AddPage(self.shutdownTab, "Shutdown")
notebook.AddPage(self.connectionTab, "Connection")
notebook.AddPage(self.authTab, "Authentication") notebook.AddPage(self.authTab, "Authentication")
notebook.AddPage(self.logTab, "Log") notebook.AddPage(self.logTab, "Log")
notebook.AddPage(self.otherTab, "Commands") notebook.AddPage(self.otherTab, "Commands")

Loading…
Cancel
Save