]> git.sesse.net Git - kdenlive/commitdiff
Fix encoding issue
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 7 Feb 2010 14:07:34 +0000 (14:07 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 7 Feb 2010 14:07:34 +0000 (14:07 +0000)
svn path=/trunk/kdenlive/; revision=4297

src/customtrackview.cpp

index f7db87c0119c9bfa86c74339d0e566ab555c5dee..04e1ec73b89e2801f32eb7007fa766696dc2e54d 100644 (file)
@@ -4855,7 +4855,7 @@ void CustomTrackView::pasteClipEffects()
     if (paste->childCount() > 0) m_commandStack->push(paste);
     else delete paste;
 
-    // adjust effects (fades, ...)
+    //adjust effects (fades, ...)
     for (int i = 0; i < clips.count(); ++i) {
         if (clips.at(i)->type() == AVWIDGET) {
             ClipItem *item = static_cast < ClipItem *>(clips.at(i));