1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Can now tab to radio button.

This commit is contained in:
james.k.crook 2010-07-05 19:57:18 +00:00
parent 5a5957b422
commit 0c3fbd91ac

View File

@ -939,7 +939,7 @@ void NoiseRemovalDialog::PopulateOrExchange(ShuttleGui & S)
S.AddPrompt(_("Noise:"));
mKeepSignal = S.Id(ID_RADIOBUTTON_KEEPSIGNAL)
.AddRadioButtonToGroup(_("Remove"));
.AddRadioButton(_("Remove"));
mKeepNoise = S.Id(ID_RADIOBUTTON_KEEPNOISE)
.AddRadioButtonToGroup(_("Isolate"));
}