1
0
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:
windinthew
2011-05-06 18:20:05 +00:00
parent df713fac23
commit 495e3476be

View File

@@ -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"));