X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f8239de2307c1ed34ae5a98b330748c60ef2b10..e7300ec6d9ebbd1cfa2fcf12c0ce6e5aee85a152:/src/common/containr.cpp 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?") ); } }