13
0

minor fix for misleading comment

This commit is contained in:
Paul Davis 2013-03-28 16:18:08 -04:00
parent b47e71f8ac
commit 613678233a

View File

@ -438,7 +438,7 @@ Editor::drop_paths_part_two (const vector<string>& paths, framepos_t frame, doub
} else if ((tv = dynamic_cast<RouteTimeAxisView*> (tvp.first)) != 0) {
/* check that its an audio track, not a bus */
/* check that its a track, not a bus */
if (tv->track()) {
/* select the track, then embed/import */