projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make things compile under 10.3 again
[wxWidgets.git]
/
src
/
common
/
intl.cpp
diff --git
a/src/common/intl.cpp
b/src/common/intl.cpp
index c0d360ea0f7e7ca0750aaa7bbf239b5887bc07f6..4d689229a7280b1edc3a86c8657c28eda3c78f5e 100644
(file)
--- 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());