From f218375f04918cd87cf9e3194fbed33eadd052f0 Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Fri, 5 Apr 2019 09:40:36 +0200 Subject: [PATCH] Change type of files that can be open in dialog --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 90a43fb..8ec6a2b 100755 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -639,7 +639,7 @@ bool MainWindow::addPedestrianGroup(int groupID,QString fileName) fileName = QFileDialog::getOpenFileName(this, "Select the file containing the data to visualize", QDir::currentPath(), - "Geometry or trajectory files (*.xml);;All Files (*.*)"); + "JuPedSim Files (*.xml, *.txt);;All Files (*.*)"); //the action was cancelled if (fileName.isNull()) { -- GitLab