diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp')
-rw-r--r-- | x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp deleted file mode 100644 index 12488d2b710e..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/common/intl.cpp,v -retrieving revision 1.166 -retrieving revision 1.166.2.1 -diff -u -r1.166 -r1.166.2.1 ---- src/common/intl.cpp 2005/09/18 23:38:06 1.166 -+++ src/common/intl.cpp 2005/09/28 09:48:03 1.166.2.1 -@@ -1260,9 +1260,14 @@ - inputConv = - csConv = new wxCSConv(m_charset); - } -- else // no conversion needed -+ else // no need to convert the encoding - { -+ // we still need the conversion for Unicode build -+#if wxUSE_UNICODE -+ inputConv = wxConvCurrent; -+#else // !wxUSE_UNICODE - inputConv = NULL; -+#endif - } - - // conversion to apply to msgid strings before looking them up: we only |