mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +01:00
Typo in LV2 URI.
This commit is contained in:
@@ -101,7 +101,7 @@ void LoadEffects()
|
||||
|
||||
CatPtr gen = em.AddCategory(wxT(LV2PREFIX) wxT("GeneratorPlugin"),
|
||||
_("Generator"));
|
||||
CatPtr inst = em.AddCategory(wxT(LV2PREFIX) wxT("IntrumentPlugin"),
|
||||
CatPtr inst = em.AddCategory(wxT(LV2PREFIX) wxT("InstrumentPlugin"),
|
||||
_("Instrument"));
|
||||
CatPtr osc = em.AddCategory(wxT(LV2PREFIX) wxT("OscillatorPlugin"),
|
||||
_("Oscillator"));
|
||||
|
||||
Reference in New Issue
Block a user