|
|
@ -1270,8 +1270,8 @@ class OptionsFrame(wx.Frame): |
|
|
|
notebook.AddPage(self.general_tab, "General") |
|
|
|
notebook.AddPage(self.video_tab, "Video") |
|
|
|
notebook.AddPage(self.audio_tab, "Audio") |
|
|
|
notebook.AddPage(self.output_tab, "Output") |
|
|
|
notebook.AddPage(self.playlist_tab, "Playlist") |
|
|
|
notebook.AddPage(self.output_tab, "Output") |
|
|
|
notebook.AddPage(self.subtitles_tab, "Subtitles") |
|
|
|
notebook.AddPage(self.filesystem_tab, "Filesystem") |
|
|
|
notebook.AddPage(self.shutdown_tab, "Shutdown") |
|
|
|