]> git.sesse.net Git - kdenlive/commitdiff
Fix non UTF 8 chars in debug output
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 14 Apr 2009 21:09:07 +0000 (21:09 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 14 Apr 2009 21:09:07 +0000 (21:09 +0000)
svn path=/trunk/kdenlive/; revision=3303

src/mainwindow.cpp

index c7297bcec73d370a6e3a73ecf4d60bea17ac0a2a..8a94be75d58311c0c66955f102b6723bda8f20f3 100644 (file)
@@ -1493,7 +1493,7 @@ void MainWindow::parseProfiles(const QString &mltPath)
         KdenliveSettings::setRendererpath(rendererPath.path());
     }
 
-    kDebug() << "RESULTING MLT PATH: " << KdenliveSettings::mltpath();
+    kDebug() << "RESULTING MLT PATH: " << KdenliveSettings::mltpath();
 
     // Parse MLT profiles to build a list of available video formats
     if (profilesList.isEmpty()) parseProfiles();
@@ -1699,7 +1699,7 @@ void MainWindow::connectDocument(TrackView *trackView, KdenliveDoc *doc)   //cha
 {
     //m_projectMonitor->stop();
     m_closeAction->setEnabled(m_timelineArea->count() > 1);
-    kDebug() << "///////////////////   CONNECTING DOC TO PROJECT VIEW ////////////////";
+    kDebug() << "///////////////////   CONNECTING DOC TO PROJECT VIEW ////////////////";
     if (m_activeDocument) {
         if (m_activeDocument == doc) return;
         if (m_activeTimeline) {