]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Mar 2006 22:25:36 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets-intl.patch -> 1.2

wxWidgets-intl.patch [deleted file]

diff --git a/wxWidgets-intl.patch b/wxWidgets-intl.patch
deleted file mode 100644 (file)
index d75a7a5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- wxWidgets-2.6.2/src/common/intl.cpp.old    2005-09-20 15:35:21.000000000 +0200
-+++ wxWidgets-2.6.2/src/common/intl.cpp        2006-01-02 21:08:47.000000000 +0100
-@@ -1262,7 +1262,11 @@
-     }
-     else // no conversion needed
-     {
-+#if wxUSE_UNICODE
-+      inputConv = wxConvCurrent;
-+#else
-         inputConv = NULL;
-+#endif
-     }
-     // conversion to apply to msgid strings before looking them up: we only
This page took 0.165608 seconds and 4 git commands to generate.