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:
parent
2d1e89de65
commit
7f9510b24e
@ -2868,8 +2868,7 @@ bool wxWindowMSW::MSWCreate(int id,
|
|||||||
|
|
||||||
if ( !m_hWnd )
|
if ( !m_hWnd )
|
||||||
{
|
{
|
||||||
wxLogError(_("Can't create window of class %s!\nPossible Windows 3.x compatibility problem?"),
|
wxLogSysError(_("Can't create window of class %s"), wclass);
|
||||||
wclass);
|
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user