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:
Miika Turkia 2015-03-15 18:08:41 +02:00 committed by Dirk Hohndel
parent b3da88478f
commit 838b450066

View file

@ -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")),