]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.cpp
minor fixes
[kdenlive] / src / wizard.cpp
index 08eb90c3d12346a0a3e5e6d2dec597a0a8469244..74c6c98b145826dc4dd428bafbc7b3de5ec1462e 100644 (file)
@@ -216,8 +216,9 @@ 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")));
         QLabel *pix = new QLabel();
-        pix->setPixmap(KIcon("process-stop").pixmap(30));
+        pix->setPixmap(KIcon("dialog-error").pixmap(30));
         QLabel *label = new QLabel(errorMessage);
         label->setWordWrap(true);
         m_startLayout->addSpacing(40);