New option also needs to do enabling/disabling.

This commit is contained in:
james.k.crook 2010-02-07 20:38:56 +00:00
parent d84bc6b212
commit 66206238b5
1 changed files with 1 additions and 0 deletions

View File

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