mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
move zoom in/out actions into shared "Editing" group
This commit is contained in:
parent
7e08e560cc
commit
5b112e489b
12 changed files with 26 additions and 16 deletions
|
|
@ -392,8 +392,8 @@ FPGUI::build_proj_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
|
|||
actions.push_back (make_pair (string (_("Zoom to Session")), string (X_("Editor/zoom-to-session"))));
|
||||
|
||||
#if 0
|
||||
actions.push_back (make_pair (string (_("Zoom In")), string (X_("Editor/temporal-zoom-in"))));
|
||||
actions.push_back (make_pair (string (_("Zoom Out")), string (X_("Editor/temporal-zoom-out"))));
|
||||
actions.push_back (make_pair (string (_("Zoom In")), string (X_("Editing/temporal-zoom-in"))));
|
||||
actions.push_back (make_pair (string (_("Zoom Out")), string (X_("Editing/temporal-zoom-out"))));
|
||||
#endif
|
||||
|
||||
build_action_combo (cb, actions, FaderPort::Proj, bs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue