]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / samples / stc / stctest.cpp
index 069008b5447a2062c8297052ea29dd522f8d328a..93eb644522023e4208b4c4320d8aad4b4ff1facd 100644 (file)
@@ -430,7 +430,7 @@ void AppFrame::OnPrintPreview (wxCommandEvent &WXUNUSED(event)) {
         new wxPrintPreview (new EditPrint (m_edit),
                             new EditPrint (m_edit),
                             &printDialogData);
-    if (!preview->Ok()) {
+    if (!preview->IsOk()) {
         delete preview;
         wxMessageBox (_("There was a problem with previewing.\n\
                          Perhaps your current printer is not correctly?"),