mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Doh! Fix compile problem. Sorry, all.
This commit is contained in:
@@ -220,7 +220,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartHorizontalLay();
|
S.StartHorizontalLay();
|
||||||
{
|
{
|
||||||
S.AddChoice(_("Degree of Leveling:"),
|
S.TieChoice(_("Degree of Leveling:"),
|
||||||
mLevellerNumPassesChoiceIndex,
|
mLevellerNumPassesChoiceIndex,
|
||||||
&numPasses);
|
&numPasses);
|
||||||
}
|
}
|
||||||
@@ -228,7 +228,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartHorizontalLay();
|
S.StartHorizontalLay();
|
||||||
{
|
{
|
||||||
S.AddChoice(_("Noise Threshold:"),
|
S.TieChoice(_("Noise Threshold:"),
|
||||||
mLevellerDbChoiceIndex,
|
mLevellerDbChoiceIndex,
|
||||||
&db);
|
&db);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user