// Purpose: interface of wxRichTextXMLHandler
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
/**
Constructor.
*/
- wxRichTextXMLHandler(const wxString& name = wxT("XML"),
- const wxString& ext = wxT("xml"),
+ wxRichTextXMLHandler(const wxString& name = "XML",
+ const wxString& ext = "xml",
int type = wxRICHTEXT_TYPE_XML);
/**