mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Don't allow 'Classic Filters' to be applied to mixed sample-rate tracks, as we don't support that.
Fix a typo in the name of 'Classic Filters'. Improve consistency layout as we switch filter types. Remove a win warning in EQ. Improve some code readability / change styles (please don't shoot me for that!). OK, possibly increased the inconsistency.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
virtual ~EffectScienFilter();
|
||||
|
||||
virtual wxString GetEffectName() {
|
||||
return wxString(_("Classic Filter..."));
|
||||
return wxString(_("Classic Filters..."));
|
||||
}
|
||||
|
||||
virtual std::set<wxString> GetEffectCategories() {
|
||||
|
||||
Reference in New Issue
Block a user