diff --git a/MainWindow.cpp b/MainWindow.cpp index 6a6244a..e38d9df 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -205,7 +205,8 @@ void MainWindow::open() QString fileName = QFileDialog::getOpenFileName(this, tr("Open project"), ".", // TODO : change this to previous used one, if any - tr("MapMap files (*.%1)", MAPMAP_EXTENSION)); + //tr("MapMap files (*.%1)", MAPMAP_EXTENSION)); + tr("All files (*)")); if (! fileName.isEmpty()) loadFile(fileName); }