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

index af595ba6a837c79793d85ba61beba393f1291d32..291ed4e5b91cab82439c7ac8f00a90d12366033d 100644 (file)
          return;
      }
      m_HandlersHash = *((wxHashTable*) first->GetData());
+--- wxWidgets-2.8.12/src/html/htmprint.cpp.orig        2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/html/htmprint.cpp     2012-09-30 21:01:26.160859220 +0200
+@@ -307,7 +307,7 @@
+     if (ff == NULL)
+     {
+-        wxLogError(htmlfile + _(": file does not exist!"));
++        wxLogError("%s", (htmlfile + _(": file does not exist!")).c_str());
+         return;
+     }
+@@ -615,7 +615,7 @@
+ {
+     if (!GetPrintData()->Ok())
+     {
+-        wxLogError(_("There was a problem during page setup: you may need to set a default printer."));
++        wxLogError("%s", _("There was a problem during page setup: you may need to set a default printer."));
+         return;
+     }
This page took 0.04833 seconds and 4 git commands to generate.