Make the advanced video options page a child of the advanced options

Originally committed to SVN as r4755.
This commit is contained in:
Thomas Goyne 2010-08-25 19:31:38 +00:00
parent 34c571b81b
commit 06f0c231b0
1 changed files with 1 additions and 1 deletions

View File

@ -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());