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:
harry 2024-01-27 19:35:01 -05:00
parent b03c9c9c8b
commit c50c1d570c
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ ConsoleVideoConfDialog_t::ConsoleVideoConfDialog_t(QWidget *parent)
vbox1->addLayout( hbox1 );
// Enable OpenGL Linear Filter Checkbox
gl_LF_chkBox = new QCheckBox( tr("Enable OpenGL Linear Filter") );
// Enable Linear Filter Checkbox
gl_LF_chkBox = new QCheckBox( tr("Enable Linear Filter") );
setCheckBoxFromProperty( gl_LF_chkBox , "SDL.OpenGLip");