diff --git a/src/core/DataFile.cpp b/src/core/DataFile.cpp index 05028de9c29..301ee777fb9 100644 --- a/src/core/DataFile.cpp +++ b/src/core/DataFile.cpp @@ -1808,6 +1808,13 @@ void DataFile::upgrade_1_3_0() }; iterate_ladspa_ports(effect, fn); } + + else if( attribute.attribute( "name" ) == "plugin" && + attribute.attribute( "value" ) == "ToneStackLT" ) + { + attribute.setAttribute( "value", "ToneStack" ); + } + /* SWH */