Subsurface can now open CAN files as an alternative to importing.

Signed-off-by: John Van Ostrand <[email protected]>
---
 qt-ui/mainwindow.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 9aadfd3..9e62a8a 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -704,7 +704,7 @@ QString MainWindow::filter()
        QString f;
        f += "ALL ( *.ssrf *.xml *.XML *.uddf *.udcf *.UDFC *.jlb *.JLB ";
        f += "*.sde *.SDE *.dld *.DLD ";
-       f += "*.db";
+       f += "*.db *.can";
        f += ");;";
 
        f += "Subsurface (*.ssrf);;";
@@ -715,7 +715,8 @@ QString MainWindow::filter()
 
        f += "SDE (*.sde *.SDE);;";
        f += "DLD (*.dld *.DLD);;";
-       f += "DB (*.db)";
+       f += "DB (*.db);;";
+       f += "CAN (*.can)";
 
        return f;
 }
-- 
1.8.3.1

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

Reply via email to