mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
Add "Log Cleared." message, per part of http://bugzilla.audacityteam.org/show_bug.cgi?id=676.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user