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:
parent
6509947de8
commit
3f358a39b6
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user