]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected assertion with message
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Jul 2002 10:17:02 +0000 (10:17 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Jul 2002 10:17:02 +0000 (10:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/fl/toolwnd.cpp

index 3f9824bf9f349bb6d26904ebe69a4b750efcbb24..5c846c27ef430a7801941eb4cc6cf54676214b45 100644 (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;