]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Rewrite wxExecute() implementation under Unix.
[wxWidgets.git] / src / motif / msgdlg.cpp
index 5a7a63b83a8e79f0e5432ff548a5319124435cef..c4b5576dd8d9b7c5aaceb5f09d2c33bc54a527ca 100644 (file)
@@ -40,6 +40,7 @@
     #include "wx/settings.h"
 #endif
 
     #include "wx/settings.h"
 #endif
 
+#include "wx/modalhook.h"
 #include "wx/motif/private.h"
 
 // ----------------------------------------------------------------------------
 #include "wx/motif/private.h"
 
 // ----------------------------------------------------------------------------
@@ -105,6 +106,8 @@ extern "C"
 
 int wxMessageDialog::ShowModal()
 {
 
 int wxMessageDialog::ShowModal()
 {
+    WX_HOOK_MODAL_DIALOG();
+
     const long style = GetMessageDialogStyle();
 
     DialogCreateFunction dialogCreateFunction;
     const long style = GetMessageDialogStyle();
 
     DialogCreateFunction dialogCreateFunction;
@@ -154,7 +157,7 @@ int wxMessageDialog::ShowModal()
 
     Display* dpy = XtDisplay(wParent);
 
 
     Display* dpy = XtDisplay(wParent);
 
-    if (m_backgroundColour.Ok())
+    if (m_backgroundColour.IsOk())
     {
         wxComputeColours (dpy, & m_backgroundColour, NULL);
 
     {
         wxComputeColours (dpy, & m_backgroundColour, NULL);