1
0
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:
martynshaw99
2014-01-09 00:13:34 +00:00
parent 4dd1aa50ad
commit 3f1ebbe3dd
3 changed files with 42 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ public:
virtual ~EffectScienFilter();
virtual wxString GetEffectName() {
return wxString(_("Classic Filter..."));
return wxString(_("Classic Filters..."));
}
virtual std::set<wxString> GetEffectCategories() {