mirror of https://github.com/odrling/Aegisub
Fix video panning option. Oops teehee ptep~
This commit is contained in:
parent
b332181937
commit
bb5081189e
|
@ -434,7 +434,7 @@ void Advanced_Video(wxTreebook *book, Preferences *parent) {
|
|||
wxArrayString sp_choice = to_wx(SubtitlesProviderFactory::GetClasses());
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue