Fix for input display label.

This commit is contained in:
mjbudd77 2021-08-09 22:25:11 -04:00
parent 87a99e50dc
commit 443752b7b8
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ ConsoleVideoConfDialog_t::ConsoleVideoConfDialog_t(QWidget *parent)
inputDisplaySel->addItem( tr("None"), 0 );
inputDisplaySel->addItem( tr("GP 1"), 1 );
inputDisplaySel->addItem( tr("GPs 1 & 2"), 2 );
inputDisplaySel->addItem( tr("GPs 1, 2, & 4"), 4 );
inputDisplaySel->addItem( tr("GPs 1, 2, 3 & 4"), 4 );
setComboBoxFromProperty( inputDisplaySel , "SDL.InputDisplay");