mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	New option also needs to do enabling/disabling.
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user