wxASSERT(false) --> wxFAIL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -484,7 +484,7 @@ void wxWindowX11::DoCaptureMouse()
|
||||
{
|
||||
if ((g_captureWindow != NULL) && (g_captureWindow != this))
|
||||
{
|
||||
wxASSERT_MSG(false, wxT("Trying to capture before mouse released."));
|
||||
wxFAIL_MSG(wxT("Trying to capture before mouse released."));
|
||||
|
||||
// Core dump now
|
||||
int *tmp = NULL;
|
||||
|
Reference in New Issue
Block a user