forked from mia/Aegisub
Make the advanced video options page a child of the advanced options
Originally committed to SVN as r4755.
This commit is contained in:
parent
34c571b81b
commit
06f0c231b0
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ Advanced_Audio::Advanced_Audio(wxTreebook *book): OptionPage(book, _("Audio"), P
|
|||
|
||||
|
||||
/// Advanced Video preferences subpage
|
||||
Advanced_Video::Advanced_Video(wxTreebook *book): OptionPage(book, _("Video")) {
|
||||
Advanced_Video::Advanced_Video(wxTreebook *book): OptionPage(book, _("Video"), PAGE_SUB) {
|
||||
wxFlexGridSizer *expert = PageSizer(_("Expert"));
|
||||
|
||||
wxArrayString vp_choice = vec_to_arrstr(VideoProviderFactory::GetClasses());
|
||||
|
|
Loading…
Reference in a new issue