NO-OP; Backport changes from Mixbus branch
[ardour.git] / gtk2_ardour / editor_keys.cc
index 8b1e46e0b70882379b3070188db114cf4e14ea49..e1562dbe053ae78031185d82f478453c0604fd33 100644 (file)
@@ -32,7 +32,7 @@
 #include "selection.h"
 #include "time_axis_view.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -105,5 +105,5 @@ Editor::keyboard_selection_begin (Editing::EditIgnoreOption ign)
 void
 Editor::keyboard_paste ()
 {
-       paste (1);
+       paste (1, false);
 }