1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +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:
lllucius
2014-12-08 03:11:20 +00:00
parent 0c51333407
commit 814ed57a68
13 changed files with 14 additions and 37 deletions

View File

@@ -44,7 +44,7 @@ public:
}
virtual wxString GetEffectIdentifier() {
return wxString(wxT("NoiseRemoval"));
return wxString(wxT("Noise Removal"));
}
virtual wxString GetEffectAction() {