X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a5a83677555023d476401bab5809a1107222c74..64a1451536e1917c240a8377c7672ea155e7681d:/src/gtk1/mdi.cpp diff --git a/src/gtk1/mdi.cpp b/src/gtk1/mdi.cpp index 25dc7ba34b..4f71cc31cf 100644 --- a/src/gtk1/mdi.cpp +++ b/src/gtk1/mdi.cpp @@ -324,7 +324,7 @@ void wxMDIClientWindow::AddChild( wxWindow *child ) { if (!child->IsKindOf(CLASSINFO(wxMDIChildFrame))) { - wxFAIL_MSG(_("wxNotebook::AddChild: Child has to be wxMDIChildFrame")); + wxFAIL_MSG("wxNotebook::AddChild: Child has to be wxMDIChildFrame"); return; };