projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ceb034
)
Fix build breakage caused by bConvertEncoding deprecation.
author
Václav Slavík
<vslavik@fastmail.fm>
Fri, 16 Apr 2010 20:09:00 +0000
(20:09 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Fri, 16 Apr 2010 20:09:00 +0000
(20:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64003
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/intl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/intl.h
b/include/wx/intl.h
index 4ee062a2ec774ee3e1a6b5a5bf1f984d653e2716..a7b4dd133ced413d9df2650b2535182f95f99d0c 100644
(file)
--- a/
include/wx/intl.h
+++ b/
include/wx/intl.h
@@
-437,7
+437,11
@@
public:
{
DoCommonInit();
+#if WXWIN_COMPATIBILITY_2_8
Init(name, shortName, locale, bLoadDefault, bConvertEncoding);
+#else
+ Init(name, shortName, locale, bLoadDefault);
+#endif
}
wxLocale(int language, // wxLanguage id or custom language