diff --git a/src/tracks/bb_track.cpp b/src/tracks/bb_track.cpp index 6cd5e4758..ee5356edc 100644 --- a/src/tracks/bb_track.cpp +++ b/src/tracks/bb_track.cpp @@ -472,6 +472,8 @@ void bbTrack::loadTrackSpecificSettings( const QDomElement & _this ) // and move back to where it belongs! d->movePosition( pos ); } + setName( tr( "Clone of %1" ).arg( + _this.parentNode().toElement().attribute( "name" ) ) ); } else {