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
1 changed files with 1 additions and 0 deletions

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);