]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/msgdlg.cpp
Add doc for wxGraphicsContext.Create(), which is a lightweight context with no target...
[wxWidgets.git] / src / os2 / msgdlg.cpp
index 81dc82639f44554b22047a6465c9b4edead0dd10..0fb64437af16fc44ca3e5943a99cc772bd25fd97 100644 (file)
@@ -22,7 +22,7 @@
     #include "wx/math.h"
 #endif
 
-#include "wx/testing.h"
+#include "wx/modalhook.h"
 #include "wx/os2/private.h"
 
 #include <stdlib.h>
@@ -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;