X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/643e9cf9f61fdbe517b15477f9247ca8ac0b3578..fb8d7eb7a880f1f2e32d8830f9c5e12b2536e05f:/src/os2/msgdlg.cpp diff --git a/src/os2/msgdlg.cpp b/src/os2/msgdlg.cpp index 81dc82639f..0fb64437af 100644 --- a/src/os2/msgdlg.cpp +++ b/src/os2/msgdlg.cpp @@ -22,7 +22,7 @@ #include "wx/math.h" #endif -#include "wx/testing.h" +#include "wx/modalhook.h" #include "wx/os2/private.h" #include @@ -35,7 +35,7 @@ IMPLEMENT_CLASS(wxMessageDialog, wxDialog) int wxMessageDialog::ShowModal() { - WX_TESTING_SHOW_MODAL_HOOK(); + WX_HOOK_MODAL_DIALOG(); HWND hWnd = 0; ULONG ulStyle = MB_OK;