]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 14:47:36 +0000 (16:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 14:47:36 +0000 (16:47 +0200)
wxWidgets-format.patch

index edea2ca7ae5d1e8218a915d6ec5099ebbe7fff27..bbd8a0d3a28115f646c08b56262ed060fdc6ad0a 100644 (file)
      return false;
  }
  
+--- wxWidgets-2.8.12/src/common/fontmap.cpp.orig       2011-03-22 12:59:41.000000000 +0100
++++ wxWidgets-2.8.12/src/common/fontmap.cpp    2012-09-30 16:47:20.114510328 +0200
+@@ -320,7 +320,7 @@
+     // message
+     if ( encoding == wxFONTENCODING_SYSTEM )
+     {
+-        wxLogFatalError(_("can't load any font, aborting"));
++        wxLogFatalError("%s", _("can't load any font, aborting"));
+         // wxLogFatalError doesn't return
+     }
This page took 0.218597 seconds and 4 git commands to generate.