]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 16:56:45 +0000 (18:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 16:56:45 +0000 (18:56 +0200)
wxWidgets-format.patch

index d4da3caa61039e6d9aa5b7fabfdf8f438744b949..b5404275f926940edeb8db561b4bbf722e4e8a4d 100644 (file)
              return defaultv;
          }
      }
+--- wxWidgets-2.8.12/src/richtext/richtextctrl.cpp.orig        2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/richtext/richtextctrl.cpp     2012-10-01 18:56:32.329214568 +0200
+@@ -2135,7 +2135,7 @@
+         return true;
+     else
+     {
+-        wxLogError(_("File couldn't be loaded."));
++        wxLogError("%s", _("File couldn't be loaded."));
+         return false;
+     }
+@@ -2152,7 +2152,7 @@
+         return true;
+     }
+-    wxLogError(_("The text couldn't be saved."));
++    wxLogError("%s", _("The text couldn't be saved."));
+     return false;
+ }
This page took 0.033368 seconds and 4 git commands to generate.