]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Implement incremental search in wxGenericListCtrl.
[wxWidgets.git] / src / motif / msgdlg.cpp
index 49b7fb846895cdc9f42e369fc438c0324b6cf83a..d648c0e78c95c06afb287d1aea9bde23c0417f30 100644 (file)
@@ -154,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++;