compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1268,8 +1268,8 @@ wxString wxLocale::GetSystemEncodingName()
|
||||
{
|
||||
encname = _T("US-ASCII");
|
||||
}
|
||||
#endif // __SOLARIS__
|
||||
else
|
||||
#endif // __SOLARIS__
|
||||
{
|
||||
encname = wxConvLibc.cMB2WX(alang);
|
||||
}
|
||||
|
Reference in New Issue
Block a user