mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 08:56:33 +01:00
fix commentary
This commit is contained in:
parent
639dff3a7c
commit
fc6f90aefc
1 changed files with 1 additions and 4 deletions
|
|
@ -625,10 +625,7 @@ ARDOUR_UI::install_actions ()
|
|||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
ActionManager::transport_sensitive_actions.push_back (act);
|
||||
|
||||
/* Monitor actions (accessible globally) */
|
||||
/* ...will get sensitized if a mon-section is added */
|
||||
|
||||
act = ActionManager::register_action (main_actions, X_("MonitorMenu"), _("Monitor Section"));
|
||||
act = ActionManager::register_action (main_actions, X_("MonitorMenu"), _("Monitor Section")); /* just the submenu item */
|
||||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
|
||||
act = ActionManager::register_toggle_action (transport_actions, X_("ToggleVideoSync"), _("Sync Startup to Video"), sigc::mem_fun(*this, &ARDOUR_UI::toggle_video_sync));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue