]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/mdi.cpp
1) use ngettext instead of _N, 2) cleanup of gettext macros definitions
[wxWidgets.git] / src / motif / mdi.cpp
index daf09e25820feecc626fe448a3c9df0ef3d00f02..87a201a0e2afc6582dcb17c0009a7b8e102dc53d 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "mdi.h"
 #endif
 
@@ -391,7 +391,6 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
     XtAddEventHandler((Widget) m_mainWidget, ExposureMask,FALSE,
         wxUniversalRepaintProc, (XtPointer) this);
 
-    SetCanAddEventHandler(TRUE);
     AttachWidget (parent, m_mainWidget, (WXWidget) NULL, pos.x, pos.y, size.x, size.y);
 
     ChangeBackgroundColour();