Fix video panning option. Oops teehee ptep~
This commit is contained in:
parent
b332181937
commit
bb5081189e
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ void Advanced_Video(wxTreebook *book, Preferences *parent) {
|
||||||
wxArrayString sp_choice = to_wx(SubtitlesProviderFactory::GetClasses());
|
wxArrayString sp_choice = to_wx(SubtitlesProviderFactory::GetClasses());
|
||||||
p->OptionChoice(expert, _("Subtitles provider"), sp_choice, "Subtitle/Provider");
|
p->OptionChoice(expert, _("Subtitles provider"), sp_choice, "Subtitle/Provider");
|
||||||
|
|
||||||
p->OptionChoice(expert, _("Video Panning"), "Video/Video Pan");
|
p->OptionAdd(expert, _("Video Panning"), "Video/Video Pan");
|
||||||
|
|
||||||
|
|
||||||
#ifdef WITH_AVISYNTH
|
#ifdef WITH_AVISYNTH
|
||||||
|
|
Loading…
Reference in a new issue