[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 20:35:53 CEST 2012


commit 4620993bcf6c8be50a604c4a1bd9f672d8276098
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 20:37:10 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 4483790..131ffc3 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1363,3 +1363,12 @@
      }
  
      wxFileName leftFilename = wxFileSystem::URLToFileName(left);
+@@ -859,7 +859,7 @@
+ 
+     if ( GetProtocol(left) != _T("file") )
+     {
+-        wxLogError(_("CHM handler currently supports only local files!"));
++        wxLogError("%s", _("CHM handler currently supports only local files!"));
+         return wxEmptyString;
+     }
+ 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list