mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Remove individual credits from built-in effects. Should always be in About dialog instead.
This commit is contained in:
@@ -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"));
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user