1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 14:43:57 +01: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:10:50 +00:00
parent 298f0688cb
commit b33983833b
22 changed files with 57 additions and 230 deletions

View File

@@ -290,19 +290,6 @@ BassTrebleDialog::BassTrebleDialog(EffectBassTreble *effect,
void BassTrebleDialog::PopulateOrExchange(ShuttleGui & S)
{
S.StartHorizontalLay(wxCENTER, false);
{
/* i18n-hint: Steve Daulton is a person's name.*/
S.AddTitle(_("by Steve Daulton"));
}
S.EndHorizontalLay();
S.StartHorizontalLay(wxCENTER, false);
{
// Add a little space
}
S.EndHorizontalLay();
S.StartStatic(wxT(""));
{
S.StartMultiColumn(3, wxEXPAND);