mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
New option also needs to do enabling/disabling.
This commit is contained in:
parent
d84bc6b212
commit
66206238b5
@ -83,6 +83,7 @@ BEGIN_EVENT_TABLE(ExportMultiple, wxDialog)
|
||||
EVT_BUTTON(wxID_CANCEL, ExportMultiple::OnCancel)
|
||||
EVT_RADIOBUTTON(LabelID, ExportMultiple::OnLabel)
|
||||
EVT_RADIOBUTTON(TrackID, ExportMultiple::OnTrack)
|
||||
EVT_RADIOBUTTON(ByNameAndNumberID, ExportMultiple::OnByName)
|
||||
EVT_RADIOBUTTON(ByNameID, ExportMultiple::OnByName)
|
||||
EVT_RADIOBUTTON(ByNumberID, ExportMultiple::OnByNumber)
|
||||
EVT_CHECKBOX(FirstID, ExportMultiple::OnFirst)
|
||||
|
Loading…
x
Reference in New Issue
Block a user