mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Always use "csv" parsing for Seabear
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0a69c35501
commit
f4799e67b8
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ void DiveLogImportDialog::on_buttonBox_accepted()
|
|||
r.indexOf(tr("Sample stopdepth")),
|
||||
r.indexOf(tr("Sample pressure")),
|
||||
ui->CSVSeparator->currentIndex(),
|
||||
specialCSV.contains(ui->knownImports->currentIndex()) ? CSVApps[ui->knownImports->currentIndex()].name.toUtf8().data() : "csv",
|
||||
"csv",
|
||||
ui->CSVUnits->currentIndex(),
|
||||
delta.toUtf8().data()
|
||||
) < 0) {
|
||||
|
|
Loading…
Reference in a new issue