fix File-Import resampling quality.

git-svn-id: svn://localhost/ardour2/branches/3.0@14113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2013-03-01 00:29:11 +00:00
parent 742a036213
commit 926e1a000e
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ SoundFileOmega::get_position() const
SrcQuality
SoundFileOmega::get_src_quality() const
{
string str = where_combo.get_active_text();
string str = src_combo.get_active_text();
if (str == _("Best")) {
return SrcBest;