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:
parent
284af9e9f1
commit
9d43ba030a
@ -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:"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user