1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Add "Benchmark completed successfully." to end of Benchmark run.

This commit is contained in:
v.audacity 2011-03-15 01:04:28 +00:00
parent 588ee05965
commit 0d64482f87

View File

@ -530,6 +530,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent &event )
d->Deref();
Sequence::SetMaxDiskBlockSize(oldBlockSize);
Printf(wxT("Benchmark completed successfully.\n"));
HoldPrint(false);
gPrefs->Write(wxT("/GUI/EditClipCanMove"), editClipCanMove);