mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 14:49:25 +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))
|
void AudacityLogger::OnClear(wxCommandEvent & WXUNUSED(e))
|
||||||
{
|
{
|
||||||
mBuffer = wxT("Log Cleared.");
|
mBuffer = wxEmptyString;
|
||||||
|
DoLogString(wxT("Log Cleared."), 0);
|
||||||
mUpdated = true;
|
|
||||||
|
|
||||||
Flush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudacityLogger::OnSave(wxCommandEvent & WXUNUSED(e))
|
void AudacityLogger::OnSave(wxCommandEvent & WXUNUSED(e))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user