mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
default to add new ports at the bottom.
This commit is contained in:
parent
1067391289
commit
d324f5bb9e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ AddRouteDialog::AddRouteDialog ()
|
|||
insert_at_combo.append_text (_("Before Selection"));
|
||||
insert_at_combo.append_text (_("After Selection"));
|
||||
insert_at_combo.append_text (_("Last"));
|
||||
insert_at_combo.set_active (1);
|
||||
insert_at_combo.set_active (3);
|
||||
|
||||
strict_io_combo.append_text (_("Flexible-I/O"));
|
||||
strict_io_combo.append_text (_("Strict-I/O"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue