forked from mia/Aegisub
Removed pixel shader support from options.
Originally committed to SVN as r1549.
This commit is contained in:
parent
36aecac4c3
commit
23cb553ac4
1 changed files with 3 additions and 3 deletions
|
@ -400,9 +400,9 @@ DialogOptions::DialogOptions(wxWindow *parent)
|
|||
//control = new wxCheckBox(videoPage,-1,_("Threaded video"));
|
||||
//Bind(control,_T("Threaded video"));
|
||||
//videoSizer4->Add(control,1,wxEXPAND);
|
||||
control = new wxCheckBox(videoPage,-1,_("Use pixel shaders if available"));
|
||||
Bind(control,_T("Video use pixel shaders"));
|
||||
videoSizer4->Add(control,1,wxEXPAND);
|
||||
//control = new wxCheckBox(videoPage,-1,_("Use pixel shaders if available"));
|
||||
//Bind(control,_T("Video use pixel shaders"));
|
||||
//videoSizer4->Add(control,1,wxEXPAND);
|
||||
control = new wxCheckBox(videoPage,-1,_("Allow pre-2.56a Avisynth"));
|
||||
Bind(control,_T("Allow Ancient Avisynth"));
|
||||
videoSizer4->Add(control,1,wxEXPAND);
|
||||
|
|
Loading…
Reference in a new issue