[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 20:53:45 CEST 2012


commit a34551fea930fde2ca536c44b11a080814f49851
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 20:54:59 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 131ffc3..832827d 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1372,3 +1372,14 @@
          return wxEmptyString;
      }
  
+--- wxWidgets-2.8.12/src/html/helpwnd.cpp.orig	2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/html/helpwnd.cpp	2012-09-30 20:54:46.604200882 +0200
+@@ -1553,7 +1553,7 @@
+                 if (m_Printer == NULL)
+                     m_Printer = new wxHtmlEasyPrinting(_("Help Printing"), this);
+                 if (!m_HtmlWin->GetOpenedPage())
+-                    wxLogWarning(_("Cannot print empty page."));
++                    wxLogWarning("%s", _("Cannot print empty page."));
+                 else
+                     m_Printer->PrintFile(m_HtmlWin->GetOpenedPage());
+             }
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list