From cbdb1b8bcdca10b01f9849db9d534d236ba31a40 Mon Sep 17 00:00:00 2001 From: Gavin Bises Date: Mon, 26 Jan 2015 19:05:32 -0500 Subject: [PATCH] Inform user of cards.xml save location on success --- oracle/src/oraclewizard.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index 8eef971f..e8608e01 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -445,7 +445,9 @@ bool SaveSetsPage::validatePage() if (wizard()->importer->saveToFile(fileName)) { ok = true; - QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully.")); + QMessageBox::information(this, + tr("Success"), + tr("The card database has been saved successfully to\n%1").arg(fileName)); } else { QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to %1").arg(fileName));; if (defaultPathCheckBox->isChecked())