mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Modify playlist option labels in Duplicate Track/Bus dialog
To indicate it is only copying the current "active" playlist and not all playlists as discussed on IRC some time ago. Resolves: #7149
This commit is contained in:
parent
d42202dfca
commit
05c2e4ef9b
2 changed files with 9 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ class DuplicateRouteDialog : public ArdourDialog
|
|||
private:
|
||||
Gtk::Entry name_template_entry;
|
||||
Gtk::VBox playlist_button_box;
|
||||
Gtk::Label playlist_option_label;
|
||||
Gtk::RadioButtonGroup playlist_button_group;
|
||||
Gtk::RadioButton copy_playlists_button;
|
||||
Gtk::RadioButton new_playlists_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue