X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardchapters.cpp;fp=src%2Fdvdwizardchapters.cpp;h=52464b3f6a10bfa296046876f91dcc283923e024;hb=db489a6c63ab0ee1c67fad35e422b746749b7c58;hp=807e1803fee4c3a567ba828f3e630d87b90e4f14;hpb=8749ea70a1f9b136e31789103d940d2d7cf2387b;p=kdenlive diff --git a/src/dvdwizardchapters.cpp b/src/dvdwizardchapters.cpp index 807e1803..52464b3f 100644 --- a/src/dvdwizardchapters.cpp +++ b/src/dvdwizardchapters.cpp @@ -148,7 +148,7 @@ void DvdWizardChapters::setVobFiles(bool isPal, bool isWide, const QStringList & if (isWide) profile.append("_wide"); m_manager->resetProfiles(m_tc); if (m_monitor == NULL) { - m_monitor = new Monitor("chapter", m_manager, profile, this); + m_monitor = new Monitor(Kdenlive::dvdMonitor, m_manager, profile, this); //m_monitor->start(); QVBoxLayout *vbox = new QVBoxLayout; vbox->addWidget(m_monitor);