]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.cpp
Show warning when adding a clip which already exists in the project
[kdenlive] / src / wizard.cpp
index 8ccde3a702b9825e0ce7c85c20056386b0abeae1..430afa2a8dd0be31fa31d1c6f045c3ff6a34b0c7 100644 (file)
@@ -558,7 +558,7 @@ void Wizard::slotCheckMlt()
     if (!result.contains("sdl") || !result.contains("sdl_preview")) errorMessage.append(i18n("MLT's SDL module not found. Please check your MLT install. Kdenlive will not work until this issue is fixed.") + '\n');
 
     if (!errorMessage.isEmpty()) {
-        errorMessage.prepend(QString("<b>%1</b><br>").arg(i18n("Fatal Error")));
+        errorMessage.prepend(QString("<b>%1</b><br />").arg(i18n("Fatal Error")));
         QLabel *pix = new QLabel();
         pix->setPixmap(KIcon("dialog-error").pixmap(30));
         QLabel *label = new QLabel(errorMessage);