summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
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 5a8de6c550..2039983ad3 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -1437,12 +1437,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.