forked from mia/Aegisub
Set csri/vsfilter_textsub as the default subtitles provider under win32
Originally committed to SVN as r1084.
This commit is contained in:
parent
9f58957fd9
commit
38dd7b1a4a
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void OptionsManager::LoadDefaults() {
|
||||||
SetText(_T("Avisynth subs renderer"),_T("vsfilter"));
|
SetText(_T("Avisynth subs renderer"),_T("vsfilter"));
|
||||||
SetBool(_T("Avisynth render own subs"),true);
|
SetBool(_T("Avisynth render own subs"),true);
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
SetText(_T("Subtitles Provider"),_T("csri/vsfilter"));
|
SetText(_T("Subtitles Provider"),_T("csri/vsfilter_textsub"));
|
||||||
#else
|
#else
|
||||||
SetText(_T("Subtitles Provider"),_T("csri/asa"));
|
SetText(_T("Subtitles Provider"),_T("csri/asa"));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue