DolphinQt: Add .dff to open file filter

This commit is contained in:
Stenzek 2018-08-03 17:39:17 +10:00
parent cf116d488a
commit dca1096664

View File

@ -549,7 +549,7 @@ QString MainWindow::PromptFileName()
QString path = QFileDialog::getOpenFileName( QString path = QFileDialog::getOpenFileName(
this, tr("Select a File"), this, tr("Select a File"),
settings.value(QStringLiteral("mainwindow/lastdir"), QStringLiteral("")).toString(), settings.value(QStringLiteral("mainwindow/lastdir"), QStringLiteral("")).toString(),
tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad);;" tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad *.dff);;"
"All Files (*)")); "All Files (*)"));
if (!path.isEmpty()) if (!path.isEmpty())