[packages/wxWidgets] - more workarounds
qboosh
qboosh at pld-linux.org
Mon Oct 1 19:02:20 CEST 2012
commit 70186b1461432343cd035e6c25256441bfe6ca44
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 1 19:03:37 2012 +0200
- more workarounds
wxWidgets-format.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index b540427..d5c4159 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1512,3 +1512,14 @@
return false;
}
+--- wxWidgets-2.8.12/src/richtext/richtextprint.cpp.orig 2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/richtext/richtextprint.cpp 2012-10-01 19:03:12.205872900 +0200
+@@ -572,7 +572,7 @@
+ {
+ if (!GetPrintData()->Ok())
+ {
+- wxLogError(_("There was a problem during page setup: you may need to set a default printer."));
++ wxLogError("%s", _("There was a problem during page setup: you may need to set a default printer."));
+ return;
+ }
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/70186b1461432343cd035e6c25256441bfe6ca44
More information about the pld-cvs-commit
mailing list