From: TimePath Date: Sun, 30 Jul 2017 04:11:48 +0000 (+1000) Subject: Merge branch 'illwieckz/files' X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=8e101344b9dcd19bd091b3bb75bce0ef717386c0 Merge branch 'illwieckz/files' --- 8e101344b9dcd19bd091b3bb75bce0ef717386c0 diff --cc radiant/map.cpp index bdc7841e,9978092e..147cfa98 --- a/radiant/map.cpp +++ b/radiant/map.cpp @@@ -1814,7 -1820,7 +1820,7 @@@ const char* map_import( const char* tit } const char* map_save( const char* title ){ - return file_dialog( GTK_WIDGET( MainFrame_getWindow() ), FALSE, title, getMapsPath(), MapFormat::Name(), false, false, true ); - 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(){