1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00
This commit is contained in:
v.audacity 2013-11-29 21:09:32 +00:00
parent 26c187cacf
commit 2dd2ea3422

View File

@ -277,11 +277,8 @@ void AudacityLogger::OnClose(wxCommandEvent & WXUNUSED(e))
void AudacityLogger::OnClear(wxCommandEvent & WXUNUSED(e))
{
mBuffer = wxT("Log Cleared.");
mUpdated = true;
Flush();
mBuffer = wxEmptyString;
DoLogString(wxT("Log Cleared."), 0);
}
void AudacityLogger::OnSave(wxCommandEvent & WXUNUSED(e))