mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
5a4d85bf7c
commit
e544796199
4 changed files with 17 additions and 2 deletions
|
@ -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")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue