diff --git a/openclose.cpp b/openclose.cpp
index 61310c9..b65ee07 100644
--- a/openclose.cpp
+++ b/openclose.cpp
@@ -40,7 +40,7 @@ void Gui::open()
       this,
       tr("Open LDraw File"),
       modelDir,
-      tr("LDraw Files (*.DAT;*.LDR;*.MPD;*.dat;*.ldr;*.mpd)"));
+      tr("LDraw Files (*.DAT *.LDR *.MPD *.dat *.ldr *.mpd)"));
 
     QFileInfo info(fileName);
 
