Added the location Oracle attempted to save cards.xml to the failure message.
This commit is contained in:
parent
2aeecc6063
commit
3cd6cc9195
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ bool SaveSetsPage::validatePage()
|
||||||
ok = true;
|
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."));
|
||||||
} else {
|
} 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())
|
if (defaultPathCheckBox->isChecked())
|
||||||
defaultPathCheckBox->setChecked(false);
|
defaultPathCheckBox->setChecked(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue