Fix stupid typo

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-28 14:55:46 -08:00
parent 5f01321ae1
commit edc2d40350

View file

@ -47,7 +47,7 @@ index 5cda9036eb94..57648e081050 100644
+#if QT_VERSION >= 0x050000 +#if QT_VERSION >= 0x050000
ui->CSVSeparator->setCurrentText(tr("Tab")); ui->CSVSeparator->setCurrentText(tr("Tab"));
+#else +#else
+ us->CSVSeparator->setCurrentIndex(0); + ui->CSVSeparator->setCurrentIndex(0);
+#endif +#endif
blockSignals(false); blockSignals(false);
} }