From 9d43ba030a0f5a081f37188d59eaa6878520766b Mon Sep 17 00:00:00 2001 From: "stevethefiddle@gmail.com" Date: Wed, 1 Oct 2014 00:33:17 +0000 Subject: [PATCH] Less confusing to use semicolon here. Better we use comma as an operator only where we intended to. --- src/prefs/QualityPrefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prefs/QualityPrefs.cpp b/src/prefs/QualityPrefs.cpp index d3d3e7521..6aa78c838 100644 --- a/src/prefs/QualityPrefs.cpp +++ b/src/prefs/QualityPrefs.cpp @@ -168,7 +168,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S) Resample::GetFastMethodKey(), Resample::GetFastMethodDefault(), mConverterNames, - mConverterLabels), + mConverterLabels); S.SetSizeHints(mConverterNames); S.TieChoice(_("&Dither:"), @@ -190,7 +190,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S) Resample::GetBestMethodKey(), Resample::GetBestMethodDefault(), mConverterNames, - mConverterLabels), + mConverterLabels); S.SetSizeHints(mConverterNames); S.TieChoice(_("Dit&her:"),