Added SetLogBuffer method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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?") );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user