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:
Jan Mulder 2017-02-25 12:57:29 +01:00 committed by Dirk Hohndel
parent 404b0fa16f
commit 7165cb473a

View file

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