comment tweak
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 17 May 2014 21:31:11 +0000 (17:31 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 19 May 2014 18:00:36 +0000 (14:00 -0400)
gtk2_ardour/editor_drag.cc

index 17a859358f8f01d274f4e21bb5dbeb0554620d7f..8869df8cfb41c1571c916f6c9be115062001a779 100644 (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 {