X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5267aefd85739afd26bd19bfba998005119db446..d6dae1b4432a3ecbf3ca8b983440728a46af8f20:/interface/wx/richtext/richtextprint.h?ds=sidebyside diff --git a/interface/wx/richtext/richtextprint.h b/interface/wx/richtext/richtextprint.h index ae7417c121..6344debdd4 100644 --- a/interface/wx/richtext/richtextprint.h +++ b/interface/wx/richtext/richtextprint.h @@ -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); /**