]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/filedlgwce.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / msw / wince / filedlgwce.cpp
index 6ad061639eb1a1dcbd6e804c2cd53fa769ea8b6b..5a7ff8a7a94bb279951ee7707f4ac04e8ec5d6bd 100644 (file)
@@ -47,6 +47,7 @@
 #include <string.h>
 
 #include "wx/filename.h"
+#include "wx/testing.h"
 
 // ============================================================================
 // implementation
@@ -112,6 +113,8 @@ void wxFileDialog::SetPath(const wxString& path)
 
 int wxFileDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     wxWindow* parentWindow = GetParent();
     if (!parentWindow)
         parentWindow = wxTheApp->GetTopWindow();