mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
MainWindow: Fixed recovery msg error
This commit is contained in:
@@ -4310,7 +4310,7 @@ void MainWindow::newDatabase()
|
||||
{
|
||||
_recovering = false;
|
||||
progressDialog->setValue(progressDialog->maximumSteps());
|
||||
QMessageBox::warning(this, "Database recovery", tr("Database recovery failed: \"%1\".", errorMsg.c_str()));
|
||||
QMessageBox::warning(this, "Database recovery", tr("Database recovery failed: \"%1\".").arg(errorMsg.c_str()));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user