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