fix Window->Common move for show-mixer
This commit is contained in:
parent
ab61c6837f
commit
4b0f0f913b
@ -520,7 +520,7 @@ FPGUI::build_mix_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
|
||||
{
|
||||
vector<pair<string,string> > actions;
|
||||
|
||||
actions.push_back (make_pair (string (_("Show Mixer Window")), string (X_("Window/show-mixer"))));
|
||||
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("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge"))));
|
||||
actions.push_back (make_pair (string (_("Show/Hide Editor mixer strip")), string (X_("Editor/show-editor-mixer"))));
|
||||
|
Loading…
Reference in New Issue
Block a user