commit eee3f0ac9b3a6d5e8680e35656c1ef829b2eafb7
Author: Jakub Bogusz <[email protected]>
Date:   Sun Sep 30 20:58:18 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 832827d..af595ba 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1383,3 +1383,14 @@
                  else
                      m_Printer->PrintFile(m_HtmlWin->GetOpenedPage());
              }
+--- wxWidgets-2.8.12/src/html/htmlpars.cpp.orig        2011-03-22 
12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/html/htmlpars.cpp     2012-09-30 20:58:05.014196745 
+0200
+@@ -382,7 +382,7 @@
+ #endif // wxUSE_STL/!wxUSE_STL
+         )
+     {
+-        wxLogWarning(_("Warning: attempt to remove HTML tag handler from 
empty stack."));
++        wxLogWarning("%s", _("Warning: attempt to remove HTML tag handler 
from empty stack."));
+         return;
+     }
+     m_HandlersHash = *((wxHashTable*) first->GetData());
================================================================

---- gitweb:

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

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

Reply via email to