]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / src / msw / mdi.cpp
index 44f8c19f172a0249649458c8306288501a607c2c..6dbb49ea1ade739da71d948e336386e4e008525c 100644 (file)
@@ -1111,7 +1111,7 @@ bool wxMDIChildFrame::HandleMDIActivate(long WXUNUSED(activate),
 
         WXHMENU hMenuParent = parent->m_hMenu;
 
-        // activate the the parent menu only when there is no other child
+        // activate the parent menu only when there is no other child
         // that has been activated
         if ( hMenuParent && !hwndAct )
             hMenuToSet = hMenuParent;