]> git.saurik.com Git - wxWidgets.git/commitdiff
A little better failure message
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 02:01:11 +0000 (02:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 02:01:11 +0000 (02:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/control.cpp

index 65042f462eb4b964dabcb38a2854f1de15ee9ade..7b4bdfa54291cced27ff24e91e6bd2680826f8e9 100644 (file)
@@ -150,7 +150,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
     if ( !m_hWnd )
     {
         wxLogDebug(wxT("Failed to create a control of class '%s'"), classname);
-        wxFAIL_MSG(_T("something is very wrong"));
+        wxFAIL_MSG(_T("something is very wrong, CreateWindowEx failed"));
 
         return FALSE;
     }