[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Mon Oct 1 18:55:27 CEST 2012


commit 2fca03f9115a2dbb4fd701405d23a8317de2e573
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Oct 1 18:56:45 2012 +0200

    - more workarounds

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

---- gitweb:

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



More information about the pld-cvs-commit mailing list