]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dirdlg.cpp
missing commit
[wxWidgets.git] / src / msw / dirdlg.cpp
index 1760eb8d91aecd1f65bb903c16a86da3d57554bf..314299db912b45d3f74dc70814b8738b098ec3f8 100644 (file)
@@ -30,7 +30,7 @@
     (defined(__HANDHELDPC__) && (_WIN32_WCE >= 500)))
 
 #include "wx/dirdlg.h"
-#include "wx/testing.h"
+#include "wx/modalhook.h"
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
@@ -221,7 +221,7 @@ void wxDirDialog::SetPath(const wxString& path)
 
 int wxDirDialog::ShowModal()
 {
-    WX_TESTING_SHOW_MODAL_HOOK();
+    WX_HOOK_MODAL_DIALOG();
 
     wxWindow* const parent = GetParent();
     WXHWND hWndParent = parent ? GetHwndOf(parent) : NULL;