1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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