mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-27 09:38:39 +02:00
Remove individual credits from built-in effects. Should always be in About dialog instead.
This commit is contained in:
parent
b33983833b
commit
b4f2a09e37
@ -215,17 +215,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
numPasses.Add(_("Heavier"));
|
||||
numPasses.Add(_("Heaviest"));
|
||||
|
||||
S.StartHorizontalLay(wxCENTER, false);
|
||||
{
|
||||
S.AddTitle(_("by Lynn Allan"));
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.StartHorizontalLay(wxCENTER, false);
|
||||
{
|
||||
// Add a little space
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
S.AddSpace(0, 5);
|
||||
|
||||
S.StartStatic(_("Degree of Leveling"));
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user