mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Updates for wx3
A long way to go yet, but many OSX issues fixed including conversion of Audio Unit effects.
This commit is contained in:
@@ -68,7 +68,7 @@ void AudacityLogger::Flush()
|
||||
}
|
||||
}
|
||||
|
||||
void AudacityLogger::DoLogString(const wxChar *str, time_t WXUNUSED(t))
|
||||
void AudacityLogger::DoLogText(const wxString & str)
|
||||
{
|
||||
if (!wxIsMainThread()) {
|
||||
wxMutexGuiEnter();
|
||||
@@ -288,7 +288,7 @@ void AudacityLogger::OnClose(wxCommandEvent & WXUNUSED(e))
|
||||
void AudacityLogger::OnClear(wxCommandEvent & WXUNUSED(e))
|
||||
{
|
||||
mBuffer = wxEmptyString;
|
||||
DoLogString(wxT("Log Cleared."), 0);
|
||||
DoLogText(wxT("Log Cleared."));
|
||||
}
|
||||
|
||||
void AudacityLogger::OnSave(wxCommandEvent & WXUNUSED(e))
|
||||
|
Reference in New Issue
Block a user