summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-05-17 17:31:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-05-19 14:00:36 -0400
commit1e907cedc53bae365814d5aab96962169b385c2b (patch)
treed2477553febf48c56513d42f58da6bc0159958b8 /gtk2_ardour
parent8fd69776ea2e60c3d03cc4b11e501eaaad26938c (diff)
comment tweak
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_drag.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index 17a859358f..8869df8cfb 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> 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 {