]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / src / msw / filedlg.cpp
index 1fb4bc288c55c561bced290ccc77da5f72273031..32b87f7817d3afac514840e9b580dfa5ec1535d6 100644 (file)
@@ -225,7 +225,7 @@ void wxFileDialog::DoCentre(int dir)
 
 void wxFileDialog::MSWOnInitDone(WXHWND hDlg)
 {
-    // note the the dialog is the parent window: hDlg is a child of it when
+    // note the dialog is the parent window: hDlg is a child of it when
     // OFN_EXPLORER is used
     HWND hFileDlg = ::GetParent((HWND)hDlg);