]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memtext.h
Make wxMDIParentFrame a regular top level window
[wxWidgets.git] / include / wx / memtext.h
index 92617b24f16db3018317ae9e6dfd7febb3b8975a..942493c7dcf441c5b245427b20cf28ef844be612 100644 (file)
@@ -4,7 +4,7 @@
 // Created:     14.11.01
 // Author:      Morten Hanssen
 // Copyright:   (c) 2001 wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MEMTEXT_H
@@ -41,7 +41,7 @@ protected:
         { return TRUE; }
 
     virtual bool OnWrite(wxTextFileType WXUNUSED(typeNew),
-                         wxMBConv& WXUNUSED(conv) = wxConvLibc)
+                         wxMBConv& WXUNUSED(conv) = wxConvUTF8)
         { return TRUE; }
 };