fixed typo in XRC error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
690981ec84
commit
ba5872682c
@ -88,7 +88,7 @@ wxWindow *wxMdiXmlHandler::CreateFrame()
|
||||
|
||||
if ( !mdiParent )
|
||||
{
|
||||
wxLogError(wxT("Parent of wxMDIParentFrame must be wxMDIParentFrame."));
|
||||
wxLogError(wxT("Parent of wxMDIChildFrame must be wxMDIParentFrame."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user