start using ActionMap in preference to ActionManager
[ardour.git] / gtk2_ardour / public_editor.cc
index 6ac0ba358b9bc116ff020e9d90f210ca858c7f26..7d9f89354fdd257b49543fecde8990288e6ca405 100644 (file)
@@ -32,6 +32,7 @@ sigc::signal<void> PublicEditor::DropDownKeys;
 
 PublicEditor::PublicEditor (Gtk::Widget& content)
        : Tabbable (content, _("Editor"))
+       , ActionMapOwner (X_("editor"))
        , _suspend_route_redisplay_counter (0)
 {
 }