summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-15 01:30:17 +0200
committerRobin Gareus <robin@gareus.org>2019-08-15 01:30:17 +0200
commit76048c050d4d84458f61f018bde35bee63da691a (patch)
treeef17f5ad0c9627c05fe59073a01f4a109d235f17 /gtk2_ardour/sfdb_ui.cc
parent316880b9cf9eca5b2607458d123a0b9dbf0fee69 (diff)
Prefer "one track per file" as default
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 8be71138e8..61309719db 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -1539,12 +1539,12 @@ SoundFileOmega::reset_options ()
if (mode == ImportAsTrack || mode == ImportAsTapeTrack || mode == ImportToTrack) {
+ channel_strings.push_back (_("one track per file"));
+
if (selection_includes_multichannel) {
channel_strings.push_back (_("one track per channel"));
}
- channel_strings.push_back (_("one track per file"));
-
if (paths.size() > 1) {
/* tape tracks are a single region per track, so we cannot
sequence multiple files.