Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1
falkTX 4 years ago
parent
commit
0657978769
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/utils/Information.cpp

+ 1
- 1
source/backend/utils/Information.cpp View File

@@ -66,7 +66,7 @@ const char* carla_get_complete_license_text()
"<li>DSSI plugin support</li>"
"<li>LV2 plugin support</li>"
#if defined(USING_JUCE) && (defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN))
"<li>VST2/2 plugin support (using Juce)</li>"
"<li>VST2/3 plugin support (using Juce)</li>"
#else
"<li>VST2 plugin support (using VeSTige header by Javier Serrano Polo)</li>"
#endif


Loading…
Cancel
Save