[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 18:46:29 CEST 2012


commit 457caf747aa8c6ea4479740b59268554c3b4a863
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 18:47:45 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index d1e7560..355e037 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1290,3 +1290,14 @@
  
                  // better return right now as otherwise we risk to flood the
                  // user with error messages as something seems to be seriously
+--- wxWidgets-2.8.12/src/generic/dcpsg.cpp.orig	2011-03-22 12:59:43.000000000 +0100
++++ wxWidgets-2.8.12/src/generic/dcpsg.cpp	2012-09-30 18:47:32.884359991 +0200
+@@ -1583,7 +1583,7 @@
+ 
+         if (!m_pstream)
+         {
+-            wxLogError( _("Cannot open file for PostScript printing!"));
++            wxLogError("%s", _("Cannot open file for PostScript printing!"));
+             m_ok = false;
+             return false;
+         }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/457caf747aa8c6ea4479740b59268554c3b4a863



More information about the pld-cvs-commit mailing list