]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
fix bug in Borland (bcc32 really hates ?)
[wxWidgets.git] / src / common / textcmn.cpp
index c7bb1f7f46205c6996b57c04693e9a66de67bc54..0e194c6ba3c6bf38b431aaee5aaedae22a20078e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     13.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -173,7 +173,7 @@ bool wxTextCtrlBase::SaveFile(const wxString& filename)
     }
 
 #if wxUSE_FFILE
-    wxFFile file(filename, "w");
+    wxFFile file(filename, _T("w"));
     if ( file.IsOpened() && file.Write(GetValue()) )
     {
         // it's not modified any longer