mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-10 04:51:10 -05:00
🏁 Fix winsock and autotype error when compiling on Windows
This commit is contained in:
parent
7c4129033a
commit
24a17c05ab
4 changed files with 14 additions and 5 deletions
|
|
@ -717,8 +717,8 @@ void MainWindow::repairDatabase()
|
|||
KeePass2Writer writer;
|
||||
writer.writeDatabase(saveFileName, dbRepairWidget->database());
|
||||
if (writer.hasError()) {
|
||||
MessageBox::critical(this, tr("Error"), tr("Writing the database failed.") + "\n\n"
|
||||
+ writer.errorString());
|
||||
QMessageBox::critical(this, tr("Error"),
|
||||
tr("Writing the database failed.").append("\n\n").append(writer.errorString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue