mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 16:08:07 +02:00
Typo in LV2 URI.
This commit is contained in:
parent
df713fac23
commit
495e3476be
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user