Change linear filter checkbox text to not include OpenGL. This function not specific to OpenGL and works for all supported video drivers.
This commit is contained in:
parent
b03c9c9c8b
commit
c50c1d570c
|
@ -123,8 +123,8 @@ ConsoleVideoConfDialog_t::ConsoleVideoConfDialog_t(QWidget *parent)
|
||||||
|
|
||||||
vbox1->addLayout( hbox1 );
|
vbox1->addLayout( hbox1 );
|
||||||
|
|
||||||
// Enable OpenGL Linear Filter Checkbox
|
// Enable Linear Filter Checkbox
|
||||||
gl_LF_chkBox = new QCheckBox( tr("Enable OpenGL Linear Filter") );
|
gl_LF_chkBox = new QCheckBox( tr("Enable Linear Filter") );
|
||||||
|
|
||||||
setCheckBoxFromProperty( gl_LF_chkBox , "SDL.OpenGLip");
|
setCheckBoxFromProperty( gl_LF_chkBox , "SDL.OpenGLip");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue