]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
Better place for coordinate mirroring and removal
[wxWidgets.git] / src / common / intl.cpp
index c0d360ea0f7e7ca0750aaa7bbf239b5887bc07f6..4d689229a7280b1edc3a86c8657c28eda3c78f5e 100644 (file)
@@ -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());