compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-01-26 00:19:17 +00:00
parent 1c54466d98
commit b9c98327f7

View File

@@ -1268,8 +1268,8 @@ wxString wxLocale::GetSystemEncodingName()
{
encname = _T("US-ASCII");
}
#endif // __SOLARIS__
else
#endif // __SOLARIS__
{
encname = wxConvLibc.cMB2WX(alang);
}