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

index 131ffc33302186b6cec3b652cd952cedadd112bd..832827d380ab2dbe8db8496165915672635fe886 100644 (file)
          return wxEmptyString;
      }
  
+--- wxWidgets-2.8.12/src/html/helpwnd.cpp.orig 2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/html/helpwnd.cpp      2012-09-30 20:54:46.604200882 +0200
+@@ -1553,7 +1553,7 @@
+                 if (m_Printer == NULL)
+                     m_Printer = new wxHtmlEasyPrinting(_("Help Printing"), this);
+                 if (!m_HtmlWin->GetOpenedPage())
+-                    wxLogWarning(_("Cannot print empty page."));
++                    wxLogWarning("%s", _("Cannot print empty page."));
+                 else
+                     m_Printer->PrintFile(m_HtmlWin->GetOpenedPage());
+             }
This page took 0.176445 seconds and 4 git commands to generate.