1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Remove results window from BatchProcessDialog

- It isn't needed as the results go to the Long Message Dialog window.
This commit is contained in:
James Crook 2018-03-02 18:19:23 +00:00
parent 6509947de8
commit 3f358a39b6

View File

@ -170,7 +170,6 @@ void BatchProcessDialog::OnApplyToProject(wxCommandEvent & WXUNUSED(event))
S.SetBorder(20); S.SetBorder(20);
S.AddFixedText(wxString::Format(_("Applying '%s' to current project"), S.AddFixedText(wxString::Format(_("Applying '%s' to current project"),
name)); name));
mResults = S.AddTextWindow( wxT("") );
} }
S.EndStatic(); S.EndStatic();
} }