mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add ellipsis, because this action opens a dialog
This commit is contained in:
parent
1886490f4f
commit
bc78ac183f
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ Editor::register_actions ()
|
|||
reg_sens (editor_actions, "set-punch-from-edit-range", _("Set Punch from Selection"), sigc::mem_fun(*this, &Editor::set_punch_from_selection));
|
||||
reg_sens (editor_actions, "set-session-from-edit-range", _("Set Session Start/End from Selection"), sigc::mem_fun(*this, &Editor::set_session_extents_from_selection));
|
||||
|
||||
reg_sens (editor_actions, "find-and-display-stripable", _("Find & Display Track/Bus"), sigc::mem_fun (*this, &Editor::find_and_display_track));
|
||||
reg_sens (editor_actions, "find-and-display-stripable", _("Find & Display Track/Bus..."), sigc::mem_fun (*this, &Editor::find_and_display_track));
|
||||
|
||||
if (Profile->get_mixbus ()) {
|
||||
reg_sens (editor_actions, "copy-paste-section", _("Copy/Paste Range Section to Playhead"), sigc::bind (sigc::mem_fun(*this, &Editor::cut_copy_section), CopyPasteSection));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue