Add .txt as dive log file
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.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f602408dcd
commit
910d1cff74
@ -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);;"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user