X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/677d7f2414c1be11745b960ce67f8e7ccf838593..df7f0a04ba6c573a8e13738d63d31e5395640ae3:/src/cocoa/checkbox.mm diff --git a/src/cocoa/checkbox.mm b/src/cocoa/checkbox.mm index 04204304f1..ff4513b70b 100644 --- a/src/cocoa/checkbox.mm +++ b/src/cocoa/checkbox.mm @@ -74,7 +74,7 @@ bool wxCheckBox::GetValue() const void wxCheckBox::Cocoa_wxNSButtonAction(void) { - wxLogDebug("Checkbox"); + wxLogDebug(wxT("Checkbox")); wxCommandEvent event(wxEVT_COMMAND_CHECKBOX_CLICKED, GetId()); InitCommandEvent(event); // event.SetEventObject(this); event.SetInt(GetValue());