comment tweak

This commit is contained in:
Paul Davis 2014-05-17 17:31:11 -04:00
parent 8fd69776ea
commit 1e907cedc5
1 changed files with 2 additions and 2 deletions

View File

@ -946,8 +946,8 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
RouteTimeAxisView*
RegionMoveDrag::create_destination_time_axis (boost::shared_ptr<Region> 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 {