mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Less confusing to use semicolon here. Better we use comma as an operator only where we intended to.
This commit is contained in:
@@ -168,7 +168,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
Resample::GetFastMethodKey(),
|
Resample::GetFastMethodKey(),
|
||||||
Resample::GetFastMethodDefault(),
|
Resample::GetFastMethodDefault(),
|
||||||
mConverterNames,
|
mConverterNames,
|
||||||
mConverterLabels),
|
mConverterLabels);
|
||||||
S.SetSizeHints(mConverterNames);
|
S.SetSizeHints(mConverterNames);
|
||||||
|
|
||||||
S.TieChoice(_("&Dither:"),
|
S.TieChoice(_("&Dither:"),
|
||||||
@@ -190,7 +190,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
Resample::GetBestMethodKey(),
|
Resample::GetBestMethodKey(),
|
||||||
Resample::GetBestMethodDefault(),
|
Resample::GetBestMethodDefault(),
|
||||||
mConverterNames,
|
mConverterNames,
|
||||||
mConverterLabels),
|
mConverterLabels);
|
||||||
S.SetSizeHints(mConverterNames);
|
S.SetSizeHints(mConverterNames);
|
||||||
|
|
||||||
S.TieChoice(_("Dit&her:"),
|
S.TieChoice(_("Dit&her:"),
|
||||||
|
|||||||
Reference in New Issue
Block a user