mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Capitalisation in file type list
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1e554d5451
commit
6fc32f6240
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="getUIDbutton">
|
||||
<property name="text">
|
||||
<string>Get UserID</string>
|
||||
<string>Get user ID</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -1249,7 +1249,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
|
|||
QStringList fileNames = QFileDialog::getOpenFileNames(this, tr("Open dive log file"), lastUsedDir(),
|
||||
tr("Dive log files (*.xml *.uddf *.udcf *.csv *.jlb *.dld *.sde *.db *.can);;"
|
||||
"XML files (*.xml);;UDDF/UDCF files(*.uddf *.udcf);;JDiveLog files(*.jlb);;"
|
||||
"Suunto Files(*.sde *.db);;CSV Files(*.csv);;MkVI Files(*.txt);;All Files(*)"));
|
||||
"Suunto files(*.sde *.db);;CSV files(*.csv);;MkVI files(*.txt);;All files(*)"));
|
||||
|
||||
if (fileNames.isEmpty())
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue