mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 06:07:06 +01:00
Remove individual credits from built-in effects. Should always be in About dialog instead.
This commit is contained in:
@@ -210,13 +210,9 @@ WahwahDialog::WahwahDialog(EffectWahwah * effect, wxWindow * parent)
|
||||
void WahwahDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
wxTextValidator vld(wxFILTER_NUMERIC);
|
||||
S.SetBorder(10);
|
||||
S.StartHorizontalLay(wxCENTER, false);
|
||||
{
|
||||
S.AddTitle(_("by Nasca Octavian Paul"));
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.SetBorder(5);
|
||||
S.AddSpace(0, 5);
|
||||
|
||||
S.StartMultiColumn(3, wxCENTER);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user