From 51093cc589ff35d037b8ee77ffc6b834c219af86 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sun, 22 Jan 2006 19:53:26 +0000 Subject: Reorganized edit menu: edit cursor related actions into one submenu, and region operations into another one. git-svn-id: svn://localhost/trunk/ardour2@288 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour.menus | 44 ++++++++++++++++++++++--------------------- gtk2_ardour/editor_actions.cc | 2 ++ 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/gtk2_ardour/ardour.menus b/gtk2_ardour/ardour.menus index 366ea74bf7..f0a571dc20 100644 --- a/gtk2_ardour/ardour.menus +++ b/gtk2_ardour/ardour.menus @@ -71,27 +71,29 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index c6b6c18dda..5385ae7b0f 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -23,6 +23,8 @@ Editor::register_actions () /* non-operative menu items for menu bar */ ActionManager::register_action (editor_actions, X_("Edit"), _("Edit")); + ActionManager::register_action (editor_actions, X_("EditCursorMovementOptions"), _("Move edit cursor")); + ActionManager::register_action (editor_actions, X_("RegionEditOps"), _("Region")); ActionManager::register_action (editor_actions, X_("View"), _("View")); ActionManager::register_action (editor_actions, X_("ZoomFocus"), _("ZoomFocus")); ActionManager::register_action (editor_actions, X_("MeterHold"), _("Meter hold")); -- cgit v1.2.3