]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
Merge branch 'buildsystem' into next
[kdenlive] / src / kdenlivesettingsdialog.cpp
index 520501e5069191995bcf1f966ffa5acaf2d93bd8..ff953b5bd3748feeb2fe5a93f6278f9239ad412e 100644 (file)
@@ -120,10 +120,10 @@ KdenliveSettingsDialog::KdenliveSettingsDialog(const QMap<QString, QString>& map
 
     m_page4 = addPage(p4, i18n("Capture"), "media-record");
     m_configCapture.tabWidget->setCurrentIndex(KdenliveSettings::defaultcapture());
-#ifndef USE_V4L
+#ifdef Q_WS_MAC
     m_configCapture.tabWidget->setEnabled(false);
     m_configCapture.kcfg_defaultcapture->setEnabled(false);
-    m_configCapture.label->setText(i18n("Capture is not yet available on this platform."));
+    m_configCapture.label->setText(i18n("Capture is not yet available on Mac OS X."));
 #endif
 
     QWidget *p5 = new QWidget;
@@ -713,7 +713,6 @@ void KdenliveSettingsDialog::updateSettings()
 #endif
 
     KConfigDialog::settingsChangedSlot();
-
     //KConfigDialog::updateSettings();
     if (resetProfile) emit doResetProfile();
 }