corrected assertion with message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-07-21 10:17:02 +00:00
parent 861a0196f9
commit a4fd44528a

View File

@ -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;