[packages/wxWidgets] - more workarounds
qboosh
qboosh at pld-linux.org
Mon Oct 1 18:20:11 CEST 2012
commit 33ec5fda03a65c1b109ede104491e5085662d666
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 1 18:21:26 2012 +0200
- more workarounds
wxWidgets-format.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 9e0d01f..b5621f0 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1443,3 +1443,14 @@
}
else if ( rc != 0 )
{
+--- wxWidgets-2.8.12/src/xrc/xh_statbar.cpp.orig 2011-03-22 13:00:29.000000000 +0100
++++ wxWidgets-2.8.12/src/xrc/xh_statbar.cpp 2012-10-01 18:20:53.155925824 +0200
+@@ -79,7 +79,7 @@
+ else if (first == wxT("wxSB_RAISED"))
+ style[i] = wxSB_RAISED;
+ else if (!first.empty())
+- wxLogError(wxT("Error in resource, unknown statusbar field style: ") + first);
++ wxLogError("%s", (wxT("Error in resource, unknown statusbar field style: ") + first)).c_str();
+
+ if(styles.Find(wxT(',')))
+ styles.Remove(0, styles.Find(wxT(',')) + 1);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/33ec5fda03a65c1b109ede104491e5085662d666
More information about the pld-cvs-commit
mailing list