commit a34551fea930fde2ca536c44b11a080814f49851
Author: Jakub Bogusz <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to