From b9c98327f7780a473daa43d45c5dc7b185b72fce Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 26 Jan 2002 00:19:17 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.50.0