]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 17:47:18 +0000 (19:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 17:47:18 +0000 (19:47 +0200)
wxWidgets-format.patch

index 9a75ba32dd88ec8f9f68fee5461b06f42fe063b9..f8487cc2d3f1c441746a245f36827304060d4eb0 100644 (file)
  
          return false;
      }
+--- wxWidgets-2.8.12/src/generic/animateg.cpp.orig     2011-03-22 12:59:43.000000000 +0100
++++ wxWidgets-2.8.12/src/generic/animateg.cpp  2012-10-02 19:46:51.397350796 +0200
+@@ -141,7 +141,7 @@
+         }
+-        wxLogWarning( _("No handler found for animation type.") );
++        wxLogWarning(wxT("%s"), _("No handler found for animation type.") );
+         return false;
+     }
This page took 0.149884 seconds and 4 git commands to generate.