mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +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
|
||||
ui->CSVSeparator->setCurrentText(tr("Tab"));
|
||||
+#else
|
||||
+ us->CSVSeparator->setCurrentIndex(0);
|
||||
+ ui->CSVSeparator->setCurrentIndex(0);
|
||||
+#endif
|
||||
blockSignals(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue