mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Correct file list in file-open filter box
Some missing ;; caused the filter on filetypes in open-open logbook to be garbled. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
404b0fa16f
commit
7165cb473a
1 changed files with 2 additions and 2 deletions
|
@ -1245,8 +1245,8 @@ QString MainWindow::filter()
|
|||
f += "Suunto (*.sde *.SDE *.db *.DB);;";
|
||||
f += "UDCF (*.udcf *.UDCF);;";
|
||||
f += "UDDF (*.uddf *.UDDF);;";
|
||||
f += "XML (*.xml *.XML)";
|
||||
f += "Divesoft (*.dlf *.DLF)";
|
||||
f += "XML (*.xml *.XML);;";
|
||||
f += "Divesoft (*.dlf *.DLF);;";
|
||||
f += "Datatrak/WLog Files (*.log *.LOG)";
|
||||
|
||||
return f;
|
||||
|
|
Loading…
Add table
Reference in a new issue