]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 19:27:37 +0000 (21:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 19:27:37 +0000 (21:27 +0200)
wxWidgets-format.patch

index a9e0032d2a897623b411712e0025d8280583d73f..2815595575ec9a960aa7412c378ed5fe15196686 100644 (file)
          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;
+     }
This page took 0.031784 seconds and 4 git commands to generate.