summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/vca_time_axis.cc')
-rw-r--r--gtk2_ardour/vca_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc
index f98cda008c..6a09c7f9a8 100644
--- a/gtk2_ardour/vca_time_axis.cc
+++ b/gtk2_ardour/vca_time_axis.cc
@@ -177,7 +177,7 @@ VCATimeAxisView::vca_property_changed (PropertyChange const & what_changed)
void
VCATimeAxisView::update_vca_name ()
{
- name_label.set_text (_vca->name());
+ name_label.set_text (_vca->full_name());
}
void