Add missing divemaster field to the manual import

No idea why I didn't notice earlier that this was missing.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-06 20:19:45 -08:00
parent 5a4d85bf7c
commit e544796199
4 changed files with 17 additions and 2 deletions

View file

@ -413,6 +413,7 @@ void DiveLogImportDialog::on_buttonBox_accepted()
r.indexOf(tr("GPS")),
r.indexOf(tr("Max depth")),
r.indexOf(tr("Mean depth")),
r.indexOf(tr("Divemaster")),
r.indexOf(tr("Buddy")),
r.indexOf(tr("Notes")),
r.indexOf(tr("Weight")),