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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user