Translate various user-visible strings in rich text print code.
Make default wxRichTextPrintout title and the name of wxRichTextPrinting object translatable. Closes #13187. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,7 +107,7 @@ private:
|
|||||||
class WXDLLIMPEXP_RICHTEXT wxRichTextPrintout : public wxPrintout
|
class WXDLLIMPEXP_RICHTEXT wxRichTextPrintout : public wxPrintout
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxRichTextPrintout(const wxString& title = wxT("Printout"));
|
wxRichTextPrintout(const wxString& title = _("Printout"));
|
||||||
virtual ~wxRichTextPrintout();
|
virtual ~wxRichTextPrintout();
|
||||||
|
|
||||||
/// The buffer to print
|
/// The buffer to print
|
||||||
@@ -161,7 +161,7 @@ private:
|
|||||||
class WXDLLIMPEXP_RICHTEXT wxRichTextPrinting : public wxObject
|
class WXDLLIMPEXP_RICHTEXT wxRichTextPrinting : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxRichTextPrinting(const wxString& name = wxT("Printing"), wxWindow *parentWindow = NULL);
|
wxRichTextPrinting(const wxString& name = _("Printing"), wxWindow *parentWindow = NULL);
|
||||||
virtual ~wxRichTextPrinting();
|
virtual ~wxRichTextPrinting();
|
||||||
|
|
||||||
/// Preview the file or buffer
|
/// Preview the file or buffer
|
||||||
|
Reference in New Issue
Block a user