Mercurial > hg > svgui
diff layer/TimeInstantLayer.cpp @ 1051:c02c51ae5238 3.0-plus-imaf
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
author | Chris Cannam |
---|---|
date | Wed, 20 Apr 2016 12:06:28 +0100 |
parents | 2adca8f05583 97ea68f62c1f |
children |
line wrap: on
line diff
--- a/layer/TimeInstantLayer.cpp Fri Mar 18 14:25:05 2016 +0000 +++ b/layer/TimeInstantLayer.cpp Wed Apr 20 12:06:28 2016 +0100 @@ -236,10 +236,10 @@ QString text; if (points.begin()->label == "") { - text = QString(tr("Time:\t%1\nNo label")) + text = QString(tr("Time:\t%1\nNo label")) .arg(rt.toText(true).c_str()); } else { - text = QString(tr("Time:\t%1\nLabel:\t%2")) + text = QString(tr("Time:\t%1\nLabel:\t%2")) .arg(rt.toText(true).c_str()) .arg(points.begin()->label); }