mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Better resolution than r13716
The hairbrained "solution" I came up with in r13716 "worked" but it was simply unnecessary and this is what I should have just done to begin with. The previous "solution" actually caused some display issues in the menus.
This commit is contained in:
@@ -48,7 +48,7 @@ class EffectDtmf : public Generator {
|
||||
}
|
||||
|
||||
virtual wxString GetEffectIdentifier() {
|
||||
return wxString(wxT("DTMFTone"));
|
||||
return wxString(wxT("DTMF Tones"));
|
||||
}
|
||||
|
||||
virtual wxString GetEffectDescription() {
|
||||
|
||||
Reference in New Issue
Block a user