1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Less confusing to use semicolon here. Better we use comma as an operator only where we intended to.

This commit is contained in:
stevethefiddle@gmail.com 2014-10-01 00:33:17 +00:00
parent 284af9e9f1
commit 9d43ba030a

View File

@ -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:"),