Use ASCII name for duration column in draw list export. Refs #1246

This commit is contained in:
baldurk
2019-01-24 10:15:36 +00:00
parent 953661fc81
commit 69a76bfb41
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -690,7 +690,7 @@ void EventBrowser::on_exportDraws_clicked()
if(!m_Times.empty())
{
line += QFormatStr(" | %1").arg(ui->events->headerText(COL_DURATION));
line += QFormatStr(" | %1 (%2)").arg(tr("Duration")).arg(ToQStr(m_TimeUnit));
}
stream << line << "\n";