diff options
author | John Van Ostrand <john@vanostrand.com> | 2014-11-09 13:03:05 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-10 12:14:38 -0800 |
commit | f85e4068553fc53cc1adbcabcf41d12ecd3ee378 (patch) | |
tree | e95db23113187fe19bce00486d3cc38c7f9e4bbb /qt-ui | |
parent | 02567ec790039195c3b22c604f84beb1f10280a9 (diff) | |
download | subsurface-f85e4068553fc53cc1adbcabcf41d12ecd3ee378.tar.gz |
Corrected Liquivision name
And added a missing liquivision item in file open dialog.
Signed-off-by: John Van Ostrand <john@vanostrand.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index e9822db10..858407af4 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);;" |