projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dccce9e
)
Unix compilation fixed
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 31 May 2001 21:41:44 +0000
(21:41 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 31 May 2001 21:41:44 +0000
(21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10395
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/intl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/intl.cpp
b/src/common/intl.cpp
index 42e01b62742e8c4e8b05c3c2c0e629d8cb7e736e..aea952ed77ff8e7e2cf0f4ccde84c84c0e92aaf1 100644
(file)
--- a/
src/common/intl.cpp
+++ b/
src/common/intl.cpp
@@
-1006,8
+1006,8
@@
wxFontEncoding wxLocale::GetSystemEncoding()
wxString encname = GetSystemEncodingName();
if ( !encname.empty() )
{
- return wx
FontMapper::CharsetToEncoding(encname,
-
FALSE /* not interactive */);
+ return wx
TheFontMapper->
+
CharsetToEncoding(encname,
FALSE /* not interactive */);
}
#endif // Win32/Unix