]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/mdi.cpp
using on all OSX variants
[wxWidgets.git] / src / gtk1 / mdi.cpp
index 250bd2dd1bd4ea76e7340a3d8e4176bf7292afa8..5e83afe2c28488383ed6efa4c4f7bc926418d2b6 100644 (file)
@@ -267,7 +267,7 @@ wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
     {
         wxMDIChildFrame *child_frame = wxDynamicCast( node->GetData(), wxMDIChildFrame );
 
-        wxASSERT_MSG( child_frame, _T("child is not a wxMDIChildFrame") );
+        wxASSERT_MSG( child_frame, wxT("child is not a wxMDIChildFrame") );
 
         if (child_frame->m_page == page)
             return child_frame;