mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -179,7 +179,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
mConverterLabels),
|
||||
S.SetSizeHints(mConverterNames);
|
||||
|
||||
S.TieChoice(_("&Dither:"),
|
||||
S.TieChoice(_("&Dither:"),
|
||||
wxT("/Quality/DitherAlgorithm"),
|
||||
Dither::none,
|
||||
mDitherNames,
|
||||
@@ -201,7 +201,7 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
mConverterLabels),
|
||||
S.SetSizeHints(mConverterNames);
|
||||
|
||||
S.TieChoice(_("Dit&her:"),
|
||||
S.TieChoice(_("Dit&her:"),
|
||||
wxT("/Quality/HQDitherAlgorithm"),
|
||||
Dither::shaped,
|
||||
mDitherNames,
|
||||
|
||||
Reference in New Issue
Block a user