mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix import gc save file window title
This commit is contained in:
@ -332,7 +332,7 @@ void GCMemcardManager::ExportAllFiles()
|
|||||||
void GCMemcardManager::ImportFile()
|
void GCMemcardManager::ImportFile()
|
||||||
{
|
{
|
||||||
QString path = QFileDialog::getOpenFileName(
|
QString path = QFileDialog::getOpenFileName(
|
||||||
this, tr("Export Save File"), QString::fromStdString(File::GetUserPath(D_GCUSER_IDX)),
|
this, tr("Import Save File"), QString::fromStdString(File::GetUserPath(D_GCUSER_IDX)),
|
||||||
tr("Native GCI File (*.gci)") + QStringLiteral(";;") + tr("MadCatz Gameshark files(*.gcs)") +
|
tr("Native GCI File (*.gci)") + QStringLiteral(";;") + tr("MadCatz Gameshark files(*.gcs)") +
|
||||||
QStringLiteral(";;") + tr("Datel MaxDrive/Pro files(*.sav)"));
|
QStringLiteral(";;") + tr("Datel MaxDrive/Pro files(*.sav)"));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user