mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
fix typo in doc
This commit is contained in:
parent
d7dc62b340
commit
147145f3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ PluginInsert::set_state(const XMLNode& node, int version)
|
|||
|
||||
boost::shared_ptr<Plugin> plugin = find_plugin (_session, prop->value(), type);
|
||||
|
||||
/* treat linux and windows VST plugins equivalent if they have the same uniqeID
|
||||
/* treat linux and windows VST plugins equivalent if they have the same uniqueID
|
||||
* allow to move sessions windows <> linux */
|
||||
#ifdef LXVST_SUPPORT
|
||||
if (plugin == 0 && type == ARDOUR::Windows_VST) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue