]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp.in
cocoa wiring
[wxWidgets.git] / src / stc / stc.cpp.in
index f407276bbf17e0ba9fa9a85d5927e7ae689da3ff..a635b561df4db6fea589bba5b8766502e777040a 100644 (file)
@@ -571,7 +571,7 @@ wxStyledTextCtrl::DoLoadFile(const wxString& filename, int WXUNUSED(fileType))
     if ( file.IsOpened() )
     {
         wxString text;
-        if ( file.ReadAll(&text, *wxConvCurrent) )
+        if ( file.ReadAll(&text, wxConvAuto()) )
         {
             // Detect the EOL: we use just the first line because there is not
             // much we can do if the file uses inconsistent EOLs anyhow, we'd