mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
switch remaining use of Common/ToggleMixerList to Mixer/ToggleMixerList
This commit is contained in:
parent
7d71729237
commit
7054b2ffc7
3 changed files with 3 additions and 3 deletions
|
|
@ -519,7 +519,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_("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"))));
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<Button name="F3" plain="Common/toggle-meterbridge"/>
|
||||
<Button name="F4" plain="Window/toggle-big-clock"/>
|
||||
<Button name="F5" plain="Editor/show-editor-list"/>
|
||||
<Button name="F6" plain="Common/ToggleMixerList"/>
|
||||
<Button name="F6" plain="Mixer/ToggleMixerList"/>
|
||||
<Button name="F7" plain="Editor/show-editor-mixer"/>
|
||||
<Button name="F8" plain="Main/close-current-dialog"/>
|
||||
</Buttons>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<Button name="F3" plain="Common/toggle-meterbridge"/>
|
||||
<Button name="F4" plain="Window/toggle-big-clock"/>
|
||||
<Button name="F5" plain="Editor/show-editor-list"/>
|
||||
<Button name="F6" plain="Common/ToggleMixerList"/>
|
||||
<Button name="F6" plain="Mixer/ToggleMixerList"/>
|
||||
<Button name="F7" plain="Editor/show-editor-mixer"/>
|
||||
<Button name="F8" plain="Main/close-current-dialog"/>
|
||||
<Button name="Play" shift="Transport/Loop"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue