From a4fd44528a1bca5c4df4736e9060b1ff676d43a7 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 21 Jul 2002 10:17:02 +0000 Subject: [PATCH] corrected assertion with message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/toolwnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/fl/toolwnd.cpp b/contrib/src/fl/toolwnd.cpp index 3f9824bf9f..5c846c27ef 100644 --- a/contrib/src/fl/toolwnd.cpp +++ b/contrib/src/fl/toolwnd.cpp @@ -497,7 +497,7 @@ void wxToolWindow::CalcResizedRect( wxRect& rect, wxPoint& delta, const wxSize& } else { - wxFAIL( _T("what did the cursor hit?") ); + wxFAIL_MSG( _T("what did the cursor hit?") ); } rect.x = left;