From 2dd2ea3422de6f258031cd12ef612d30f6809ea7 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 29 Nov 2013 21:09:32 +0000 Subject: [PATCH] Added Audacity version and time stamps, per http://bugzilla.audacityteam.org/show_bug.cgi?id=676#c5. --- src/AudacityLogger.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/AudacityLogger.cpp b/src/AudacityLogger.cpp index e17298542..e6e043f6c 100644 --- a/src/AudacityLogger.cpp +++ b/src/AudacityLogger.cpp @@ -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))