mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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…
x
Reference in New Issue
Block a user