mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Added Audacity version and time stamps, per http://bugzilla.audacityteam.org/show_bug.cgi?id=676#c5.
This commit is contained in:
parent
26c187cacf
commit
2dd2ea3422
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user