give (hopefully) more clear error message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-09-30 22:30:59 +00:00
parent 2d1e89de65
commit 7f9510b24e

View 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;
}