mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 00:07:54 +01:00
AddCheckBox takes a bool for initial state, not string
This commit is contained in:
@@ -202,12 +202,12 @@ void BenchmarkDialog::MakeBenchmarkDialog()
|
||||
|
||||
//
|
||||
item = S.AddCheckBox(_("Show detailed info about each block file"),
|
||||
wxT("false"));
|
||||
false);
|
||||
item->SetValidator(wxGenericValidator(&mBlockDetail));
|
||||
|
||||
//
|
||||
item = S.AddCheckBox(_("Show detailed info about each editing operation"),
|
||||
wxT("false"));
|
||||
false);
|
||||
item->SetValidator(wxGenericValidator(&mEditDetail));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user