summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-13 22:24:10 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-13 22:24:10 -0400
commitd45620d6365302d3ced17eff9a271ad2c5672632 (patch)
tree22f94bf2a3a6fdc1c0b18cf8caeab2685db80296 /gtk2_ardour/add_route_dialog.h
parent05cd32a9f01cfac9cc272b0e518ac7268f6e7f2e (diff)
now that there is only 1 effective selection, adjust add-new-track-or-bus option for after/before selection
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index c4a3f1754e..1f7fa65d7e 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -68,8 +68,8 @@ class AddRouteDialog : public ArdourDialog
ARDOUR::TrackMode mode();
ARDOUR::RouteGroup* route_group ();
enum InsertAt {
- EditorSelection,
- MixerSelection,
+ BeforeSelection,
+ AfterSelection,
First,
Last
};