]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing return on error
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 28 Jun 2001 06:31:37 +0000 (06:31 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 28 Jun 2001 06:31:37 +0000 (06:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/printmac.cpp
src/mac/printmac.cpp

index 50c666ce95ea10502c74889e8f89dd60c1061a55..426bd42de32f1ef498dc99f58deb2da4b8b2cd40 100644 (file)
@@ -144,6 +144,7 @@ bool wxMacPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt)
     wxEndBusyCursor();
     wxMessageBox("Sorry, could not create an abort dialog.", "Print Error", wxOK, parent);
     delete dc;
+    return FALSE;
   }
   sm_abortWindow = win;
   sm_abortWindow->Show(TRUE);
index 50c666ce95ea10502c74889e8f89dd60c1061a55..426bd42de32f1ef498dc99f58deb2da4b8b2cd40 100644 (file)
@@ -144,6 +144,7 @@ bool wxMacPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt)
     wxEndBusyCursor();
     wxMessageBox("Sorry, could not create an abort dialog.", "Print Error", wxOK, parent);
     delete dc;
+    return FALSE;
   }
   sm_abortWindow = win;
   sm_abortWindow->Show(TRUE);