1
0
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:
v.audacity 2013-06-25 16:59:48 +00:00
parent 055714bc95
commit 35f8df088c

View File

@ -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);
}