]> git.sesse.net Git - kdenlive/commitdiff
Fix Coverity #980681
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 12 Feb 2013 00:10:43 +0000 (01:10 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 12 Feb 2013 00:10:43 +0000 (01:10 +0100)
src/recmonitor.cpp

index 2439dc2ed15f608592f7158b6f10692d78b1fa0e..6791184b9eb0aa44e8ea23df6deacecf2aedb185 100644 (file)
@@ -280,7 +280,7 @@ void RecMonitor::slotVideoDeviceChanged(int ix)
         if (!KdenliveSettings::ffmpegpath().isEmpty()) {
            if (!Render::checkX11Grab()) {
                // FFmpeg does not support screen grab
-               showWarningMessage(i18n("Your FFmpeg / Libav installation\n does not support screen grab"), "dialog-warning");
+               showWarningMessage(i18n("Your FFmpeg / Libav installation\n does not support screen grab"));
                m_recAction->setEnabled(false);
            }
            else video_frame->setPixmap(mergeSideBySide(KIcon("video-display").pixmap(QSize(50, 50)), i18n("Press record button\nto start screen capture\nFiles will be saved in:\n%1", m_capturePath)));