]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextxml.h
No real changes, minor corrections to the docs.
[wxWidgets.git] / interface / wx / richtext / richtextxml.h
index 74fc2a2bc4c30166c97982f4ea919e56c5f53964..3f1c8be54d2951e0d80948bf8dd99b1e65d886a7 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxRichTextXMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -35,8 +35,8 @@ public:
     /**
         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);
 
     /**