Merge pull request #313 from pliu037/oracle-error-msg

Oracle error message
This commit is contained in:
Gavin Bisesi 2014-10-02 10:35:05 -04:00
commit 9e63c7fa35

View file

@ -432,7 +432,7 @@ bool SaveSetsPage::validatePage()
ok = true;
QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully."));
} else {
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to the desired location."));
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to %1").arg(fileName));;
if (defaultPathCheckBox->isChecked())
defaultPathCheckBox->setChecked(false);
}