]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in XRC error message
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Sep 2008 16:09:33 +0000 (16:09 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Sep 2008 16:09:33 +0000 (16:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xrc/xh_mdi.cpp

index d98e5409f7202946e8ab9a85871d543180e8e1db..772c989229b51c5b6a8fc38442a797a2f252d744 100644 (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;
         }