Mercurial > hg > svgui
diff layer/WaveformLayer.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/WaveformLayer.cpp Fri Mar 18 14:25:05 2016 +0000 +++ b/layer/WaveformLayer.cpp Wed Apr 20 12:06:28 2016 +0100 @@ -978,11 +978,11 @@ RealTime rt1 = RealTime::frame2RealTime(f1, m_model->getSampleRate()); if (f1 != f0 + 1 && (rt0.sec != rt1.sec || rt0.msec() != rt1.msec())) { - text += tr("Time:\t%1 - %2") + text += tr("Time:\t%1 - %2") .arg(rt0.toText(true).c_str()) .arg(rt1.toText(true).c_str()); } else { - text += tr("Time:\t%1") + text += tr("Time:\t%1") .arg(rt0.toText(true).c_str()); }