]> git.saurik.com Git - wxWidgets.git/commitdiff
give (hopefully) more clear error message
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2001 22:30:59 +0000 (22:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2001 22:30:59 +0000 (22:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 5f1c7649413717bd6b868b0fd38112f37cfc68c3..aa47fded2486d711cec8e44735bb57d271958413 100644 (file)
@@ -2868,8 +2868,7 @@ bool wxWindowMSW::MSWCreate(int id,
 
         if ( !m_hWnd )
         {
-            wxLogError(_("Can't create window of class %s!\nPossible Windows 3.x compatibility problem?"),
-                       wclass);
+            wxLogSysError(_("Can't create window of class %s"), wclass);
 
             return FALSE;
         }