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

index 582b24765d86694526d72d2815975a7b74f3d29f..053e527c245ba62ecaf83cd8760e32fcc9989044 100644 (file)
              sm_lastError = wxPRINTER_ERROR;
              break;
          }
+--- wxWidgets-2.8.12/src/unix/sound.cpp.orig   2011-03-22 13:01:28.000000000 +0100
++++ wxWidgets-2.8.12/src/unix/sound.cpp        2012-09-30 20:03:09.254265441 +0200
+@@ -490,7 +490,7 @@
+     Free();
+     if (!LoadWAV(data, size, true))
+     {
+-        wxLogError(_("Sound data are in unsupported format."));
++        wxLogError("%s", _("Sound data are in unsupported format."));
+         return false;
+     }
+     return true;
This page took 0.044757 seconds and 4 git commands to generate.