diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in index 47c33b8f1a..ee392124d6 100644 --- a/gtk2_ardour/ardour.menus.in +++ b/gtk2_ardour/ardour.menus.in @@ -286,16 +286,25 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 63e48e17e7..762e8860c0 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -180,6 +180,10 @@ Editor::register_actions () ActionManager::register_action (editor_menu_actions, X_("Timecode"), _("Timecode fps")); ActionManager::register_action (editor_menu_actions, X_("LayerDisplay"), _("Region Layers")); + ActionManager::register_action (editor_menu_actions, X_("GridChoiceTriplets"), _("Triplets")); + ActionManager::register_action (editor_menu_actions, X_("GridChoiceQuintuplets"), _("Quintuplets")); + ActionManager::register_action (editor_menu_actions, X_("GridChoiceSeptuplets"), _("Septuplets")); + act = ActionManager::register_action (editor_menu_actions, X_("TrackHeightMenu"), _("Height")); ActionManager::stripable_selection_sensitive_actions.push_back (act);