Consistently have a space between file type and extension

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-11-15 08:01:12 -08:00
parent adabbb182d
commit ff193e309c

View file

@ -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;