commit 1fb1862104ceade4c01751dbb689f70a473d9703
Author: Jakub Bogusz <[email protected]>
Date: Tue Oct 2 19:47:18 2012 +0200
- more workarounds
wxWidgets-format.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 9a75ba3..f8487cc 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1622,3 +1622,14 @@
return false;
}
+--- wxWidgets-2.8.12/src/generic/animateg.cpp.orig 2011-03-22
12:59:43.000000000 +0100
++++ wxWidgets-2.8.12/src/generic/animateg.cpp 2012-10-02 19:46:51.397350796
+0200
+@@ -141,7 +141,7 @@
+
+ }
+
+- wxLogWarning( _("No handler found for animation type.") );
++ wxLogWarning(wxT("%s"), _("No handler found for animation type.") );
+ return false;
+ }
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/1fb1862104ceade4c01751dbb689f70a473d9703
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit