fix commentary
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2018 17:22:51 +0000 (12:22 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2018 17:22:51 +0000 (12:22 -0500)
gtk2_ardour/ardour_ui_ed.cc

index b80ae504282d4151a550336b781d10d75af4f7b8..de039a11bac049262d03148154e4fe3a9255a3c0 100644 (file)
@@ -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));