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

index d1e756049a6098f72b7093a10a43687ce34ba92d..355e037aa4ae23592b15efe405861fed86fcebaa 100644 (file)
  
                  // better return right now as otherwise we risk to flood the
                  // user with error messages as something seems to be seriously
+--- wxWidgets-2.8.12/src/generic/dcpsg.cpp.orig        2011-03-22 12:59:43.000000000 +0100
++++ wxWidgets-2.8.12/src/generic/dcpsg.cpp     2012-09-30 18:47:32.884359991 +0200
+@@ -1583,7 +1583,7 @@
+         if (!m_pstream)
+         {
+-            wxLogError( _("Cannot open file for PostScript printing!"));
++            wxLogError("%s", _("Cannot open file for PostScript printing!"));
+             m_ok = false;
+             return false;
+         }
This page took 0.113328 seconds and 4 git commands to generate.