mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Consistently have a space between file type and extension
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
adabbb182d
commit
ff193e309c
1 changed files with 2 additions and 2 deletions
|
@ -1264,10 +1264,10 @@ void MainWindow::on_actionImportDiveLog_triggered()
|
|||
"JDiveLog files (*.jlb);;"
|
||||
"Liquivision files (*.lvd);;"
|
||||
"MkVI files (*.txt);;"
|
||||
"Suunto files(*.sde *.db);;"
|
||||
"Suunto files (*.sde *.db);;"
|
||||
"UDDF/UDCF files (*.uddf *.udcf);;"
|
||||
"XML files (*.xml);;"
|
||||
"All files(*)"));
|
||||
"All files (*)"));
|
||||
|
||||
if (fileNames.isEmpty())
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue