commit e151a3d96a0920bd141deea217e8f59e5520b9b5
Author: Jakub Bogusz <[email protected]>
Date:   Sun Sep 30 16:43:20 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 4abb996..edea2ca 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -656,3 +656,14 @@
          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;
+ }
+ 
================================================================

---- gitweb:

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

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

Reply via email to