reinstate merge option so 2 mono files can be imported as a stereo track

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7519 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2010-07-29 18:48:04 +00:00
parent f79d602bee
commit 2776558801
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ SoundFileOmega::reset_options ()
}
if (same_size) {
channel_strings.push_back (_("all files in one track"));
channel_strings.push_back (_("merge files"));
}
}