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 <[email protected]>
---
 qt-ui/divelogimportdialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp
index cb6225f..9697cbf 100644
--- a/qt-ui/divelogimportdialog.cpp
+++ b/qt-ui/divelogimportdialog.cpp
@@ -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")),
-- 
2.1.0

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to