From 8511453ab277bfed6aae383e4010fb8788ac5270 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 12 Feb 2013 01:10:43 +0100 Subject: [PATCH] Fix Coverity #980681 --- src/recmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index 2439dc2e..6791184b 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -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))); -- 2.39.2