CSV import: average depth name fix
Field name changes should change all the occurrences... We ended up with field index of -1 for average depth due to mixing field names. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3da88478f
commit
838b450066
@ -586,7 +586,7 @@ void DiveLogImportDialog::on_buttonBox_accepted()
|
||||
r.indexOf(tr("Location")),
|
||||
r.indexOf(tr("GPS")),
|
||||
r.indexOf(tr("Max. depth")),
|
||||
r.indexOf(tr("Mean depth")),
|
||||
r.indexOf(tr("Avg. depth")),
|
||||
r.indexOf(tr("Divemaster")),
|
||||
r.indexOf(tr("Buddy")),
|
||||
r.indexOf(tr("Notes")),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user