fix thinko wrt Drag::adjusted_frame()
[ardour.git] / gtk2_ardour / vca_time_axis.cc
index fbc57c5eaaf8ec3f279fe849cb1bfc3d3de2c5be..6a09c7f9a809ad84da9fbe0ba888ff7f6e6662d0 100644 (file)
@@ -33,7 +33,7 @@
 #include "ui_config.h"
 #include "vca_time_axis.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace ARDOUR_UI_UTILS;
@@ -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