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

index 4abb9964e20e61f2e3b1bc10b255a555b6392a6b..edea2ca7ae5d1e8218a915d6ec5099ebbe7fff27 100644 (file)
          return;
      }
  
+--- wxWidgets-2.8.12/src/common/docview.cpp.orig       2011-03-22 12:59:40.000000000 +0100
++++ wxWidgets-2.8.12/src/common/docview.cpp    2012-09-30 16:43:04.191182329 +0200
+@@ -612,7 +612,7 @@
+             return true;
+     }
+-    wxLogError(_("Sorry, could not open this file."));
++    wxLogError("%s", _("Sorry, could not open this file."));
+     return false;
+ }
This page took 0.070599 seconds and 4 git commands to generate.