]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Fix history in wxWebViewIE when using a custom file scheme.
[wxWidgets.git] / src / motif / msgdlg.cpp
index df115f63e7f00cfc7b6c86207e69839aeb0e1044..d648c0e78c95c06afb287d1aea9bde23c0417f30 100644 (file)
@@ -21,7 +21,6 @@
 #include "wx/wxprec.h"
 
 #ifdef __VMS
-#define XtDisplay XTDISPLAY
 #pragma message disable nosimpint
 #include "wx/vms_x_fix.h"
 #endif
@@ -155,9 +154,9 @@ int wxMessageDialog::ShowModal()
 
     Display* dpy = XtDisplay(wParent);
 
-    if (m_backgroundColour.Ok())
+    if (m_backgroundColour.IsOk())
     {
-        wxComputeColours (dpy, & m_backgroundColour, (wxColour*) NULL);
+        wxComputeColours (dpy, & m_backgroundColour, NULL);
 
         XtSetArg(args[ac], XmNbackground, g_itemColors[wxBACK_INDEX].pixel); ac++;
         XtSetArg(args[ac], XmNtopShadowColor, g_itemColors[wxTOPS_INDEX].pixel); ac++;