]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Implement wxComboBox::Popup() and Dismiss() for wxOSX/Cocoa.
[wxWidgets.git] / src / motif / msgdlg.cpp
index 5a7a63b83a8e79f0e5432ff548a5319124435cef..d648c0e78c95c06afb287d1aea9bde23c0417f30 100644 (file)
@@ -154,7 +154,7 @@ int wxMessageDialog::ShowModal()
 
     Display* dpy = XtDisplay(wParent);
 
-    if (m_backgroundColour.Ok())
+    if (m_backgroundColour.IsOk())
     {
         wxComputeColours (dpy, & m_backgroundColour, NULL);