DBViewer: enabled Reject button on landmark links

This commit is contained in:
matlabbe
2020-11-30 23:17:47 -05:00
parent ee44adeb1f
commit 3ffc8ce73f
2 changed files with 10 additions and 1 deletions

View File

@@ -2421,7 +2421,7 @@ bool ExportCloudsDialog::getExportedClouds(
}
else
{
_progressDialog->appendText(tr("No polygons created for cloud %d!").arg(iter->first), Qt::darkYellow);
_progressDialog->appendText(tr("No polygons created for cloud %1!").arg(iter->first), Qt::darkYellow);
_progressDialog->setAutoClose(false);
}