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:
Václav Slavík 2008-09-10 16:09:33 +00:00
parent 690981ec84
commit ba5872682c

View File

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