Remove some wxT()'s in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6095,8 +6095,8 @@ protected:
|
||||
class wxRichTextPlainTextHandler: public wxRichTextFileHandler
|
||||
{
|
||||
public:
|
||||
wxRichTextPlainTextHandler(const wxString& name = wxT("Text"),
|
||||
const wxString& ext = wxT("txt"),
|
||||
wxRichTextPlainTextHandler(const wxString& name = "Text",
|
||||
const wxString& ext = "txt",
|
||||
wxRichTextFileType type = wxRICHTEXT_TYPE_TEXT)
|
||||
: wxRichTextFileHandler(name, ext, type)
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user