mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
02567ec790
commit
f85e406855
2 changed files with 3 additions and 2 deletions
|
@ -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++;
|
||||
|
|
|
@ -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);;"
|
||||
|
|
Loading…
Add table
Reference in a new issue