diff --git a/source/backend/utils/Information.cpp b/source/backend/utils/Information.cpp index 9dcd5e021..6ebf5abc6 100644 --- a/source/backend/utils/Information.cpp +++ b/source/backend/utils/Information.cpp @@ -66,7 +66,7 @@ const char* carla_get_complete_license_text() "
  • DSSI plugin support
  • " "
  • LV2 plugin support
  • " #if defined(USING_JUCE) && (defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN)) - "
  • VST2/2 plugin support (using Juce)
  • " + "
  • VST2/3 plugin support (using Juce)
  • " #else "
  • VST2 plugin support (using VeSTige header by Javier Serrano Polo)
  • " #endif