]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Rewrite wxExecute() implementation under Unix.
[wxWidgets.git] / src / motif / dialog.cpp
index a63aca7d3fc7c0248eef870ce51f429fde9baa50..25515e450a33a84784b60ef7c2a63adaf0297cc8 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #include "wx/evtloop.h"
-#include "wx/testing.h"
+#include "wx/modalhook.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -289,7 +289,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);