From: Václav Slavík Date: Wed, 10 Sep 2008 16:09:33 +0000 (+0000) Subject: fixed typo in XRC error message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba5872682ca221f9f04f2794774f02b5ddf130ab fixed typo in XRC error message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_mdi.cpp b/src/xrc/xh_mdi.cpp index d98e5409f7..772c989229 100644 --- a/src/xrc/xh_mdi.cpp +++ b/src/xrc/xh_mdi.cpp @@ -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; }