mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Removed the date. Irrelevant and no other built-in effects show it.
This commit is contained in:
parent
1ac6a0af4e
commit
64360a2cd4
@ -426,7 +426,7 @@ void DtmfDialog::PopulateOrExchange( ShuttleGui & S )
|
||||
wxTextValidator vldDtmf(wxFILTER_INCLUDE_CHAR_LIST);
|
||||
vldDtmf.SetIncludes(wxArrayString(42, dtmfSymbols));
|
||||
|
||||
S.AddTitle(_("by Salvo Ventura (2006)"));
|
||||
S.AddTitle(_("by Salvo Ventura"));
|
||||
|
||||
S.StartMultiColumn(2, wxEXPAND);
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user