fix Mapping option so it follows the region/track menu selection

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5598 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2009-08-27 16:24:36 +00:00
parent e8e08952e0
commit faeffc40bc

View file

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