Qt: Fix copy-paste error

This commit is contained in:
Vicki Pfau 2017-03-16 10:31:41 -07:00
parent 15478c1dc2
commit e84e2ac627
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ QString Window::getFilters() const {
"*.rom",
"*.bin"};
formats.append(dsFormats);
filters.append(tr("DS ROMs (%1)").arg(gbaFormats.join(QChar(' '))));
filters.append(tr("DS ROMs (%1)").arg(dsFormats.join(QChar(' '))));
#endif
#ifdef M_CORE_GB