Add the .txt to the list of all dive log files as this is the file we
expect to be opened for Poseidon Mk6 log files.

Signed-off-by: Miika Turkia <miika.tur...@gmail.com>
---
 qt-ui/mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 3300d3f..a6b1fdd 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -1257,7 +1257,7 @@ void MainWindow::loadFiles(const QStringList fileNames)
 void MainWindow::on_actionImportDiveLog_triggered()
 {
        QStringList fileNames = QFileDialog::getOpenFileNames(this, tr("Open 
dive log file"), lastUsedDir(),
-               tr("Dive log files (*.can *.csv *.db *.dld *.jlb *.lvd *.sde 
*.udcf *.uddf *.xml);;"
+               tr("Dive log files (*.can *.csv *.db *.dld *.jlb *.lvd *.sde 
*.udcf *.uddf *.xml *.txt);;"
                        "Cochran files (*.can);;"
                        "CSV files (*.csv);;"
                        "DiveLog.de files (*.dld);;"
-- 
1.9.1

_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to