[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Mon Oct 1 21:26:18 CEST 2012


commit 3857e716e351d34643c67e4012f671ad87e24f17
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Oct 1 21:27:37 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index a9e0032..2815595 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1600,3 +1600,14 @@
          return;
      }
  
+--- wxWidgets-2.8.12/src/x11/app.cpp.orig	2011-03-22 13:01:37.000000000 +0100
++++ wxWidgets-2.8.12/src/x11/app.cpp	2012-10-01 21:27:19.175692671 +0200
+@@ -167,7 +167,7 @@
+     // open and set up the X11 display
+     if ( !wxSetDisplay(displayName) )
+     {
+-        wxLogError(_("wxWidgets could not open display. Exiting."));
++        wxLogError(wxT("%s"), _("wxWidgets could not open display. Exiting."));
+         return false;
+     }
+ 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list