1
0
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:
v.audacity 2010-07-21 04:38:54 +00:00
parent 1ac6a0af4e
commit 64360a2cd4

View File

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