X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/643e9cf9f61fdbe517b15477f9247ca8ac0b3578..ec2df34e27ba41f202ecbf096cdfed082a9ddb8f:/src/osx/carbon/fontdlgosx.mm diff --git a/src/osx/carbon/fontdlgosx.mm b/src/osx/carbon/fontdlgosx.mm index b1389b39bc..0ac8bd7d55 100644 --- a/src/osx/carbon/fontdlgosx.mm +++ b/src/osx/carbon/fontdlgosx.mm @@ -28,7 +28,7 @@ #endif #include "wx/fontutil.h" -#include "wx/testing.h" +#include "wx/modalhook.h" // ============================================================================ // implementation @@ -435,7 +435,7 @@ bool wxFontDialog::Create(wxWindow *parent) int wxFontDialog::ShowModal() { - WX_TESTING_SHOW_MODAL_HOOK(); + WX_HOOK_MODAL_DIALOG(); //Start the pool. Required for carbon interaction //(For those curious, the only thing that happens