mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
AddCheckBox takes a bool for initial state, not string
This commit is contained in:
@@ -73,7 +73,7 @@ WarningDialog::WarningDialog(wxWindow *parent, const wxString &message,
|
||||
S.StartVerticalLay(false);
|
||||
{
|
||||
S.AddFixedText(message);
|
||||
mCheckBox = S.AddCheckBox(footer, wxT("false"));
|
||||
mCheckBox = S.AddCheckBox(footer, false);
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
|
||||
|
Reference in New Issue
Block a user