mirror of https://github.com/odrling/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
|
@ -344,7 +344,7 @@ Advanced_Audio::Advanced_Audio(wxTreebook *book): OptionPage(book, _("Audio"), P
|
||||||
|
|
||||||
|
|
||||||
/// Advanced Video preferences subpage
|
/// 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"));
|
wxFlexGridSizer *expert = PageSizer(_("Expert"));
|
||||||
|
|
||||||
wxArrayString vp_choice = vec_to_arrstr(VideoProviderFactory::GetClasses());
|
wxArrayString vp_choice = vec_to_arrstr(VideoProviderFactory::GetClasses());
|
||||||
|
|
Loading…
Reference in New Issue