1
0
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:
v.audacity 2013-06-21 22:14:13 +00:00
parent b33983833b
commit b4f2a09e37

View File

@ -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"));
{