mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
Doh! Fix compile problem. Sorry, all.
This commit is contained in:
parent
055714bc95
commit
35f8df088c
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user