summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-06 20:19:45 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-06 20:19:45 -0800
commite544796199eb3ec3f12566b471bc60de1b3573f6 (patch)
tree49b6d0d3525451b6d7394f89fe774f05db99f875 /qt-ui
parent5a4d85bf7c011aeab2f61ce412fc4cb16980d62d (diff)
downloadsubsurface-e544796199eb3ec3f12566b471bc60de1b3573f6.tar.gz
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>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/divelogimportdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp
index 5ee964f72..df1be75db 100644
--- a/qt-ui/divelogimportdialog.cpp
+++ b/qt-ui/divelogimportdialog.cpp
@@ -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")),