]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
Fix template title clips & some other title issues
[kdenlive] / src / kdenlivesettingsdialog.cpp
index a9afce187af047e20c8017e7c0fac719a5f403d4..ef8cad1dbc1aeb4dced1d66d98bf51316eef5fb6 100644 (file)
@@ -76,9 +76,9 @@ KdenliveSettingsDialog::KdenliveSettingsDialog(QWidget * parent) :
     m_page4 = addPage(p4, i18n("Capture"), "media-record");
     m_configCapture.tabWidget->setCurrentIndex(KdenliveSettings::defaultcapture());
 #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 OS X."));
+    m_configCapture.tabWidget->setEnabled(false);
+    m_configCapture.kcfg_defaultcapture->setEnabled(false);
+    m_configCapture.label->setText(i18n("Capture is not yet available on OS X."));
 #endif
 
     QWidget *p5 = new QWidget;