1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-11 23:25:53 +01:00
This commit is contained in:
v.audacity
2013-11-28 22:10:06 +00:00
parent f32e4918c0
commit faaef0b2bc

View File

@@ -277,7 +277,7 @@ void AudacityLogger::OnClose(wxCommandEvent & WXUNUSED(e))
void AudacityLogger::OnClear(wxCommandEvent & WXUNUSED(e)) void AudacityLogger::OnClear(wxCommandEvent & WXUNUSED(e))
{ {
mBuffer = wxEmptyString; mBuffer = wxT("Log Cleared.");
mUpdated = true; mUpdated = true;