mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Mixer/show-editor is now Common/show-editor
This commit is contained in:
parent
21110444c1
commit
4667ca962b
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ FPGUI::build_proj_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs)
|
|||
{
|
||||
vector<pair<string,string> > actions;
|
||||
|
||||
actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Mixer/show-editor"))));
|
||||
actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Common/show-editor"))));
|
||||
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 Meterbridge"), string(X_("Common/toggle-meterbridge"))));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue