commit ccee7a5fa4d1671a69283740d8e446b5f123b7a3
Author: Jakub Bogusz <[email protected]>
Date:   Sun Sep 30 18:40:01 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 54ab500..bc7b012 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1239,3 +1239,23 @@
  
              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;
+ }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/ccee7a5fa4d1671a69283740d8e446b5f123b7a3

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to