X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f8239de2307c1ed34ae5a98b330748c60ef2b10..4a09bc4e34a16a5a608d7ae1dca60d29a1765f19:/src/common/containr.cpp?ds=inline diff --git a/src/common/containr.cpp b/src/common/containr.cpp index fcd92fc6ac..b76ec648d6 100644 --- a/src/common/containr.cpp +++ b/src/common/containr.cpp @@ -65,7 +65,7 @@ void wxControlContainer::SetLastFocus(wxWindow *win) // like when detaching a menubar from a frame with a child which // has pushed itself as an event handler for the menubar. (wxGtk) - wxASSERT_MSG( winParent, _T("Setting last focus for a window that is not our child?") ); + wxASSERT_MSG( winParent, _T("Setting last-focus for a window that is not our child?") ); } }