diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 94fac68ab4..67bfd41db1 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -946,8 +946,8 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred) RouteTimeAxisView* RegionMoveDrag::create_destination_time_axis (boost::shared_ptr region) { - /* Add a new track of the correct type, and use the new time axis view that is created when we do this - as the destination for the region drop. + /* Add a new track of the correct type, and return the RouteTimeAxisView that is created to display the + new track. */ try {