mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +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.AddChoice(_("Degree of Leveling:"),
|
||||
S.TieChoice(_("Degree of Leveling:"),
|
||||
mLevellerNumPassesChoiceIndex,
|
||||
&numPasses);
|
||||
}
|
||||
@@ -228,7 +228,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartHorizontalLay();
|
||||
{
|
||||
S.AddChoice(_("Noise Threshold:"),
|
||||
S.TieChoice(_("Noise Threshold:"),
|
||||
mLevellerDbChoiceIndex,
|
||||
&db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user