fixed unknown character

This commit is contained in:
matlabbe
2017-05-10 16:56:04 -04:00
parent 7f8ca64f64
commit d2255adc4e

View File

@@ -1639,7 +1639,7 @@ void DatabaseViewer::exportPoses(int format)
items.push_back("Scan");
bool ok;
QString item = QInputDialog::getItem(this, tr("Export Poses"), tr("Frame: "), items, 0, false, &ok);
if(!ok || item.isEmpty())
if(!ok || item.isEmpty())
{
return;
}