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
@ -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…
x
Reference in New Issue
Block a user