[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Tue Oct 2 18:51:05 CEST 2012


commit d2481809344d0d3ec26f5574b7bd017115da0698
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 2 18:52:25 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 2815595..9a75ba3 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1611,3 +1611,14 @@
          return false;
      }
  
+--- wxWidgets-2.8.12/src/univ/theme.cpp.orig	2011-03-22 13:01:29.000000000 +0100
++++ wxWidgets-2.8.12/src/univ/theme.cpp	2012-10-02 18:52:10.454085849 +0200
+@@ -111,7 +111,7 @@
+     // abort if still nothing
+     if ( !theme )
+     {
+-        wxLogError(_("Failed to initialize GUI: no built-in themes found."));
++        wxLogError(wxT("%s"), _("Failed to initialize GUI: no built-in themes found."));
+ 
+         return false;
+     }
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list