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:
Ron Lee
2002-03-08 20:01:38 +00:00
parent c1beeb57cf
commit 04662def27
3 changed files with 140 additions and 110 deletions

View File

@@ -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?") );
}
}