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);;"
|
"JDiveLog files (*.jlb);;"
|
||||||
"Liquivision files (*.lvd);;"
|
"Liquivision files (*.lvd);;"
|
||||||
"MkVI files (*.txt);;"
|
"MkVI files (*.txt);;"
|
||||||
"Suunto files(*.sde *.db);;"
|
"Suunto files (*.sde *.db);;"
|
||||||
"UDDF/UDCF files (*.uddf *.udcf);;"
|
"UDDF/UDCF files (*.uddf *.udcf);;"
|
||||||
"XML files (*.xml);;"
|
"XML files (*.xml);;"
|
||||||
"All files(*)"));
|
"All files (*)"));
|
||||||
|
|
||||||
if (fileNames.isEmpty())
|
if (fileNames.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue