diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 171ff158bd..de62ef5bb6 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1268,8 +1268,8 @@ wxString wxLocale::GetSystemEncodingName() { encname = _T("US-ASCII"); } -#endif // __SOLARIS__ else +#endif // __SOLARIS__ { encname = wxConvLibc.cMB2WX(alang); }