1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-10 17:37:45 +02:00

Merge remote-tracking branch 'paul/Bug1561'

This commit is contained in:
James Crook 2016-12-29 16:19:25 +00:00
commit 278781c5ec

View File

@ -1517,7 +1517,6 @@ bool AudacityApp::OnInit()
// Important: Prevent deleting any temporary files!
DirManager::SetDontDeleteTempFiles();
QuitAudacity(true);
return false;
}
//
@ -1528,7 +1527,7 @@ bool AudacityApp::OnInit()
if (parser->Found(wxT("t")))
{
RunBenchmark(NULL);
return false;
QuitAudacity(true);
}
// As of wx3, there's no need to process the filename arguments as they