Fix Mixbus action fc83d044f8 & 65bda27d4 rebase ordering

This commit is contained in:
Robin Gareus 2018-12-13 18:36:31 +01:00
parent 922bc86b8e
commit b94c9ef8e0
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -3151,7 +3151,7 @@ Mixer_UI::register_actions ()
ActionManager::register_toggle_action (group, X_("ToggleVCAPane"), _("Mixer: Show VCAs"), sigc::mem_fun (*this, &Mixer_UI::toggle_vcas));
#ifdef MIXBUS
ActionManager::register_toggle_action (group, X_("ToggleMixbusPane"), _("Mixer: Show Mixbuses"), sigc::mem_fun (*this, &Mixer_UI::toggle_mixbus_pane));
ActionManager::register_toggle_action (group, X_("ToggleMixbusPane"), _("Mixer: Show Mixbuses"), sigc::mem_fun (*this, &Mixer_UI::toggle_mixbuses));
#endif
ActionManager::register_toggle_action (group, X_("ToggleMonitorSection"), _("Mixer: Show Monitor Section"), sigc::mem_fun (*this, &Mixer_UI::toggle_monitor_section));