]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardchapters.cpp
Fix dropframe timecode, patch from John T. Mertz
[kdenlive] / src / dvdwizardchapters.cpp
index e0749817a1d0474e893c8debc2be6116465bd796..2b4aa3bc76f0103098343ce981a54e59cd88d50f 100644 (file)
@@ -131,7 +131,7 @@ void DvdWizardChapters::slotRemoveChapter()
 
 void DvdWizardChapters::slotGoToChapter()
 {
-    m_monitor->setTimePos(m_view.chapters_list->currentItem()->text() + ":00");
+    m_monitor->setTimePos(m_tc.reformatSeparators(m_view.chapters_list->currentItem()->text() + ":00"));
 }
 
 void DvdWizardChapters::setVobFiles(bool isPal, bool isWide, const QStringList movies, const QStringList durations, const QStringList chapters)