]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/map.cpp
Merge branch 'illwieckz/files'
[xonotic/netradiant.git] / radiant / map.cpp
index 9978092e01472eb37e0841714299931c0bf30bb2..147cfa98762e7842f734be9f8fdedbc02e839b1f 100644 (file)
@@ -1820,7 +1820,7 @@ const char* map_import( const char* title ){
 }
 
 const char* map_save( const char* title ){
-       return file_dialog( GTK_WIDGET( MainFrame_getWindow() ), TRUE, title, getLastFolderPath(), MapFormat::Name(), false, true, false );
+       return file_dialog( GTK_WIDGET( MainFrame_getWindow() ), FALSE, title, getLastFolderPath(), MapFormat::Name(), false, false, true );
 }
 
 void OpenMap(){