X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43e995b6e39d41fd8a26f8bb9e6a6ef54bbcd324..8168167976dc3cc5f5223a21e1a62ba91a4f77b3:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index c0d360ea0f..4d689229a7 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1591,7 +1591,7 @@ bool wxLocale::Init(const wxChar *szName, // an error if this does not exist if ( bOk ) { - wxString port(wxPlatformInfo().GetPortIdName()); + wxString port(wxPlatformInfo::Get().GetPortIdName()); if ( !port.empty() ) { AddCatalog(port.BeforeFirst(wxT('/')).MakeLower());