git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27687
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if defined(__WXMAC__)
#include "wx/mac/private.h" // includes mac headers
- #include "wx/font.h"
#endif
#ifdef __WXWINCE__
#endif
CFStringRef cfString = CFURLCopyFileSystemPath(fullURLRef, pathstyle);
::CFRelease( fullURLRef ) ;
- return wxMacCFStringHolder(cfString).AsString(wxFont::GetDefaultEncoding());
+ return wxMacCFStringHolder(cfString).AsString(wxLocale::GetSystemEncoding());
}
strcpy(thePath, "");