13
0

Fix Faderport Proj button (show-editor action)

This commit is contained in:
Ben Loftis 2017-03-14 09:27:59 -05:00
parent 85d741d908
commit dc98fa6f3f

View File

@ -532,7 +532,7 @@ FPGUI::build_proj_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
{ {
vector<pair<string,string> > actions; vector<pair<string,string> > actions;
actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Mixer/toggle-mixer-to-editor")))); actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Mixer/show-editor"))));
actions.push_back (make_pair (string("Toggle Editor Lists"), string(X_("Editor/show-editor-list")))); actions.push_back (make_pair (string("Toggle Editor Lists"), string(X_("Editor/show-editor-list"))));
actions.push_back (make_pair (string("Toggle Summary"), string(X_("Editor/ToggleSummary")))); actions.push_back (make_pair (string("Toggle Summary"), string(X_("Editor/ToggleSummary"))));
actions.push_back (make_pair (string("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge")))); actions.push_back (make_pair (string("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge"))));