diff options
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index 50b3d24ac..ea873e9c3 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -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; |