[PATCH 1/3] Corrected Liquivision name

John Van Ostrand john at vanostrand.com
Sun Nov 9 10:03:05 PST 2014


And added a missing liquivision item in file open dialog.

Signed-off-by: John Van Ostrand <john at vanostrand.com>
---
 liquivision.c        | 2 +-
 qt-ui/mainwindow.cpp | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/liquivision.c b/liquivision.c
index a3f5d3a..4234864 100644
--- a/liquivision.c
+++ b/liquivision.c
@@ -54,7 +54,7 @@ static void parse_dives (int log_version, const unsigned char *buf, unsigned int
 			dc->model = "Lynx";
 			break;
 		default:
-			dc->model = "LiquiVision";
+			dc->model = "Liquivision";
 			break;
 		}
 		ptr++;
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index e9822db..858407a 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -741,7 +741,7 @@ QString MainWindow::filter()
 	f += "Cochran (*.can *.CAN);;";
 	f += "DiveLogs.de (*.dld *.DLD);;";
 	f += "JDiveLog  (*.jlb *.JLB);;";
-	f += "LiquiVision (*.lvd *.LVD);;";
+	f += "Liquivision (*.lvd *.LVD);;";
 	f += "Suunto (*.sde *.SDE *.db *.DB);;";
 	f += "UDCF (*.udcf *.UDCF);;";
 	f += "UDDF (*.uddf *.UDDF);;";
@@ -1260,6 +1260,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
 			"CSV files (*.csv);;"
 			"DiveLog.de files (*.dld);;"
 			"JDiveLog files (*.jlb);;"
+			"Liquivision files (*.lvd);;"
 			"MkVI files (*.txt);;"
 			"Suunto files(*.sde *.db);;"
 			"UDDF/UDCF files (*.uddf *.udcf);;"
-- 
1.8.3.1



More information about the subsurface mailing list