]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/fl/toolwnd.cpp
Applied David's fix for not autoconf-ing on RHL8
[wxWidgets.git] / 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;