mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 19:36:00 +01:00
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:
parent
e8e08952e0
commit
faeffc40bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue