From d324f5bb9e61795e3be4dfc98ca61f7aab3b29b6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 4 Apr 2016 18:35:48 +0200 Subject: default to add new ports at the bottom. --- gtk2_ardour/add_route_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/add_route_dialog.cc') diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index e43a2a8e7d..2d8e4e4ede 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -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")); -- cgit v1.2.3