From 7054b2ffc7ceb80a17c9043d3b49e6da9a638d75 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Mar 2019 10:58:02 -0700 Subject: switch remaining use of Common/ToggleMixerList to Mixer/ToggleMixerList --- libs/surfaces/faderport/gui.cc | 2 +- mcp/user.profile | 2 +- us2400/default_us2400.profile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/surfaces/faderport/gui.cc b/libs/surfaces/faderport/gui.cc index fc5acff6e2..4a8caa8bd3 100644 --- a/libs/surfaces/faderport/gui.cc +++ b/libs/surfaces/faderport/gui.cc @@ -519,7 +519,7 @@ FPGUI::build_mix_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs) vector > actions; actions.push_back (make_pair (string (_("Show Mixer Window")), string (X_("Common/show-mixer")))); - actions.push_back (make_pair (string (_("Show/Hide Mixer list")), string (X_("Common/ToggleMixerList")))); + actions.push_back (make_pair (string (_("Show/Hide Mixer list")), string (X_("Mixer/ToggleMixerList")))); actions.push_back (make_pair (string("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge")))); actions.push_back (make_pair (string (_("Show/Hide Editor mixer strip")), string (X_("Editor/show-editor-mixer")))); diff --git a/mcp/user.profile b/mcp/user.profile index 9286e958f8..e80f2d4bf8 100644 --- a/mcp/user.profile +++ b/mcp/user.profile @@ -7,7 +7,7 @@