]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toplevel.cpp
renamed local variable named m_radio as the m_ prefix was very confusing
[wxWidgets.git] / src / gtk / toplevel.cpp
index 877082cdc657d1ed3d910585800e948ee33b49cc..a28e6741a1e0d6232560127b980a51a8121c8e16 100644 (file)
@@ -676,7 +676,7 @@ wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
 {
     if (m_grabbed)
     {
-        wxASSERT_MSG( false, _T("Window still grabbed"));
+        wxFAIL_MSG(_T("Window still grabbed"));
         RemoveGrab();
     }