mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-27 17:48:38 +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(_("Heavier"));
|
||||||
numPasses.Add(_("Heaviest"));
|
numPasses.Add(_("Heaviest"));
|
||||||
|
|
||||||
S.StartHorizontalLay(wxCENTER, false);
|
S.AddSpace(0, 5);
|
||||||
{
|
|
||||||
S.AddTitle(_("by Lynn Allan"));
|
|
||||||
}
|
|
||||||
S.EndHorizontalLay();
|
|
||||||
|
|
||||||
S.StartHorizontalLay(wxCENTER, false);
|
|
||||||
{
|
|
||||||
// Add a little space
|
|
||||||
}
|
|
||||||
S.EndHorizontalLay();
|
|
||||||
|
|
||||||
S.StartStatic(_("Degree of Leveling"));
|
S.StartStatic(_("Degree of Leveling"));
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user