mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix stupid typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5f01321ae1
commit
edc2d40350
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue