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

index 54ab500bb552f59ebf55275a5b1e1df6b55753a7..bc7b01224a66553ff9b09780595f8b05dd96035d 100644 (file)
  
              TIFFClose( tif );
              if (buf)
+--- wxWidgets-2.8.12/src/common/textcmn.cpp.orig       2011-03-22 12:59:42.000000000 +0100
++++ wxWidgets-2.8.12/src/common/textcmn.cpp    2012-09-30 18:39:49.751036311 +0200
+@@ -215,7 +215,7 @@
+         }
+     }
+-    wxLogError(_("File couldn't be loaded."));
++    wxLogError("%s", _("File couldn't be loaded."));
+ #endif // wxUSE_FFILE
+     return false;
+@@ -251,7 +251,7 @@
+     }
+ #endif // wxUSE_FFILE
+-    wxLogError(_("The text couldn't be saved."));
++    wxLogError("%s", _("The text couldn't be saved."));
+     return false;
+ }
This page took 0.172221 seconds and 4 git commands to generate.