summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-28 16:18:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-28 16:18:08 -0400
commit613678233a0ef6599637548722e60c69a5caf82c (patch)
treef2f1abbaac8dedfb3a3c3993dddd13995194e7f1
parentb47e71f8ac96e9a6e3beb76f3b7cf1001946aea8 (diff)
minor fix for misleading comment
-rw-r--r--gtk2_ardour/editor_canvas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 8c9970275d..e66ca1ef22 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -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 */