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:
Tim Mayberry 2017-01-05 23:03:22 +10:00
parent d42202dfca
commit 05c2e4ef9b
2 changed files with 9 additions and 3 deletions

View file

@ -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;