Skip to content
Snippets Groups Projects
Verified Commit f218375f authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Change type of files that can be open in dialog

parent c0b66d37
No related branches found
No related tags found
No related merge requests found
......@@ -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()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment