From: Paul Davis Date: Tue, 11 Dec 2018 17:22:51 +0000 (-0500) Subject: fix commentary X-Git-Url: https://git.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=fc6f90aefc329674ce426ea85755f5875ca080c1 fix commentary --- diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc index b80ae50428..de039a11ba 100644 --- a/gtk2_ardour/ardour_ui_ed.cc +++ b/gtk2_ardour/ardour_ui_ed.cc @@ -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));