1
0
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:
Sodra 2022-03-02 18:36:38 -08:00
parent b332181937
commit bb5081189e

View File

@ -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