X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43e995b6e39d41fd8a26f8bb9e6a6ef54bbcd324..db71eb0640221199170ac9ea83371c2d467fa456:/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());