X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5267aefd85739afd26bd19bfba998005119db446..33baee46ee5c2476ac75d7893bf2272a65e525ab:/interface/wx/richtext/richtextprint.h diff --git a/interface/wx/richtext/richtextprint.h b/interface/wx/richtext/richtextprint.h index ae7417c121..9a6c185c8c 100644 --- a/interface/wx/richtext/richtextprint.h +++ b/interface/wx/richtext/richtextprint.h @@ -3,7 +3,7 @@ // Purpose: interface of wxRichTextHeaderFooterData // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -194,7 +194,7 @@ public: /** Constructor. */ - wxRichTextPrintout(const wxString& title = wxT("Printout")); + wxRichTextPrintout(const wxString& title = "Printout"); /** Calculates scaling and text, header and footer rectangles. @@ -272,7 +272,7 @@ public: Optionally pass a title to be used in the preview frame and printing wait dialog, and also a parent window for these windows. */ - wxRichTextPrinting(const wxString& name = wxT("Printing"), + wxRichTextPrinting(const wxString& name = "Printing", wxWindow* parentWindow = NULL); /**