[PATCH] Added Cochran CAN files to the Open Logbook dialog

John Van Ostrand john at vanostrand.com
Tue Oct 28 12:27:14 PDT 2014


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

Signed-off-by: John Van Ostrand <john at vanostrand.com>
---
 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



More information about the subsurface mailing list