[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 19:40:41 CEST 2012


commit d5909123e21283b7c594a77aa21297a837bdf0e8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 19:41:52 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 5eb5556..582b247 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1321,3 +1321,14 @@
  #endif // wxUSE_FILEDLG
  }
  
+--- wxWidgets-2.8.12/src/generic/printps.cpp.orig	2011-03-22 12:59:43.000000000 +0100
++++ wxWidgets-2.8.12/src/generic/printps.cpp	2012-09-30 19:41:36.954292375 +0200
+@@ -178,7 +178,7 @@
+         if (!printout->OnBeginDocument(m_printDialogData.GetFromPage(), m_printDialogData.GetToPage()))
+         {
+             wxEndBusyCursor();
+-            wxLogError(_("Could not start printing."));
++            wxLogError("%s", _("Could not start printing."));
+             sm_lastError = wxPRINTER_ERROR;
+             break;
+         }
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list