X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/643e9cf9f61fdbe517b15477f9247ca8ac0b3578..d9b22d8fff794d8cadef74a2710be9e83c1adb5f:/src/msw/richmsgdlg.cpp diff --git a/src/msw/richmsgdlg.cpp b/src/msw/richmsgdlg.cpp index 67a827e21b..11ca12e0a2 100644 --- a/src/msw/richmsgdlg.cpp +++ b/src/msw/richmsgdlg.cpp @@ -3,7 +3,6 @@ // Purpose: wxRichMessageDialog // Author: Rickard Westerlund // Created: 2010-07-04 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -18,7 +17,7 @@ #if wxUSE_RICHMSGDLG #include "wx/richmsgdlg.h" -#include "wx/testing.h" +#include "wx/modalhook.h" #ifndef WX_PRECOMP #include "wx/msw/private.h" @@ -34,7 +33,7 @@ int wxRichMessageDialog::ShowModal() { - WX_TESTING_SHOW_MODAL_HOOK(); + WX_HOOK_MODAL_DIALOG(); #ifdef wxHAS_MSW_TASKDIALOG using namespace wxMSWMessageDialog;