diff layer/WaveformLayer.cpp @ 675:3437e0fad7ae imaf_enc

IMAF load code from Jesus Corral Garcia
author Chris Cannam
date Mon, 04 Nov 2013 17:09:36 +0000
parents ea786e8bd931
children 26c5f7fd4807
line wrap: on
line diff
--- a/layer/WaveformLayer.cpp	Thu May 16 13:11:13 2013 +0100
+++ b/layer/WaveformLayer.cpp	Mon Nov 04 17:09:36 2013 +0000
@@ -950,11 +950,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());
     }