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

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

Reply via email to