From: Julian Smart Date: Tue, 23 Dec 2003 10:47:39 +0000 (+0000) Subject: Applied patch [ 864570 ] adjustement of FL contrib to change in wx/log.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5feef956cea520831b471d1be40cf28029988047 Applied patch [ 864570 ] adjustement of FL contrib to change in wx/log.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/fl/toolwnd.cpp b/contrib/src/fl/toolwnd.cpp index 6eeb02f0a6..f257fac5f4 100644 --- a/contrib/src/fl/toolwnd.cpp +++ b/contrib/src/fl/toolwnd.cpp @@ -572,7 +572,7 @@ void wxToolWindow::OnMotion( wxMouseEvent& event ) DrawHintRect( mPrevHintRect ); DrawHintRect( finalRect ); - ::wxLogTrace(wxT("%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height); + ::wxLogTrace(wxT("wxToolWindow"),wxT("%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height); } mPrevHintRect = finalRect;