X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/643e9cf9f61fdbe517b15477f9247ca8ac0b3578..cc4d5638c66a409e421420ed7110917755a66788:/src/motif/dialog.cpp diff --git a/src/motif/dialog.cpp b/src/motif/dialog.cpp index a63aca7d3f..dde1f58290 100644 --- a/src/motif/dialog.cpp +++ b/src/motif/dialog.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -21,7 +20,7 @@ #endif #include "wx/evtloop.h" -#include "wx/testing.h" +#include "wx/modalhook.h" #ifdef __VMS__ #pragma message disable nosimpint @@ -289,7 +288,7 @@ bool wxDialog::Show( bool show ) // Shows a dialog modally, returning a return code int wxDialog::ShowModal() { - WX_TESTING_SHOW_MODAL_HOOK(); + WX_HOOK_MODAL_DIALOG(); Show(true);