X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..26531700c7ec84872c60899ce6219954499086da:/include/wx/motif/print.h?ds=inline diff --git a/include/wx/motif/print.h b/include/wx/motif/print.h index 0193a501c7..c89df60b89 100644 --- a/include/wx/motif/print.h +++ b/include/wx/motif/print.h @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_PRINT_H_ @@ -30,7 +30,7 @@ public: wxPrinter(wxPrintData *data = NULL); ~wxPrinter(); - virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = TRUE); + virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = true); virtual bool PrintDialog(wxWindow *parent); virtual bool Setup(wxWindow *parent); };