From 70cc80a03209fa1e935f815cdd7bf119f64b0f99 Mon Sep 17 00:00:00 2001 From: "Raine M. Ekman" Date: Fri, 31 Oct 2014 20:11:30 +0200 Subject: [PATCH] Make autosave file name the same for save and load. Fix #722 --- src/core/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/main.cpp b/src/core/main.cpp index 2ad8bfbcd..1550af9a1 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -422,7 +422,7 @@ int main( int argc, char * * argv ) srand( getpid() + time( 0 ) ); // recover a file? - QString recoveryFile = QDir(configManager::inst()->workingDir()).absoluteFilePath("recover.dataFile"); + QString recoveryFile = QDir(configManager::inst()->workingDir()).absoluteFilePath("recover.mmp"); if( QFileInfo(recoveryFile).exists() && QMessageBox::question( engine::mainWindow(), MainWindow::tr( "Project recovery" ), MainWindow::tr( "It looks like the last session did not end properly. "