mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 16:35:32 +01:00
Simplified Audacity (using ! prefix) now works for effects and analyse items too.
This commit is contained in:
@@ -53,6 +53,8 @@ wxString Effect::StripAmpersand(const wxString& str)
|
||||
{
|
||||
wxString strippedStr = str;
|
||||
strippedStr.Replace(wxT("&"), wxT(""));
|
||||
// ! is used for hiding effects, and should not affect sort order.
|
||||
strippedStr.Replace(wxT("!"), wxT(""));
|
||||
return strippedStr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user