projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cc9d56b
)
warning fix
author
Ryan Norton
<wxprojects@comcast.net>
Sat, 25 Sep 2004 00:12:28 +0000
(
00:12
+0000)
committer
Ryan Norton
<wxprojects@comcast.net>
Sat, 25 Sep 2004 00:12:28 +0000
(
00:12
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29335
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 d3823ead815d958aeee1071ba08656eaad8d587c..77f765e2d216ce62b8b800a243c4f1514c605da3 100644
(file)
--- a/
src/common/intl.cpp
+++ b/
src/common/intl.cpp
@@
-1479,7
+1479,7
@@
bool wxLocale::Init(const wxChar *szName,
}
}
-#if defined(__UNIX__) && wxUSE_UNICODE
+#if defined(__UNIX__) && wxUSE_UNICODE
&& !defined(__WXMAC__)
static wxWCharBuffer wxSetlocaleTryUTF(int c, const wxChar *lc)
{
wxMB2WXbuf l = wxSetlocale(c, lc);
static wxWCharBuffer wxSetlocaleTryUTF(int c, const wxChar *lc)
{
wxMB2WXbuf l = wxSetlocale(c, lc);