fix Window->Common move for show-mixer
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2018 23:40:16 +0000 (18:40 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2018 23:40:16 +0000 (18:40 -0500)
libs/surfaces/faderport/gui.cc

index 6f445380cc86bd8c30ff3586a551e44a89f4c7fe..5b0921e9ac051f351ac57647b4e4cd9b4b3695bb 100644 (file)
@@ -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"))));