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