mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +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:
parent
284af9e9f1
commit
9d43ba030a
@ -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:"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user