Unix compilation fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1006,8 +1006,8 @@ wxFontEncoding wxLocale::GetSystemEncoding()
|
|||||||
wxString encname = GetSystemEncodingName();
|
wxString encname = GetSystemEncodingName();
|
||||||
if ( !encname.empty() )
|
if ( !encname.empty() )
|
||||||
{
|
{
|
||||||
return wxFontMapper::CharsetToEncoding(encname,
|
return wxTheFontMapper->
|
||||||
FALSE /* not interactive */);
|
CharsetToEncoding(encname, FALSE /* not interactive */);
|
||||||
}
|
}
|
||||||
#endif // Win32/Unix
|
#endif // Win32/Unix
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user