[packages/wxWidgets] - typo

qboosh qboosh at pld-linux.org
Mon Oct 1 18:26:11 CEST 2012


commit c23a093f8f7e58e4f9d95cb126eab3ff2432bd8e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Oct 1 18:27:29 2012 +0200

    - typo

 wxWidgets-format.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index b5621f0..1f0ca1a 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1450,7 +1450,7 @@
                  style[i] = wxSB_RAISED;
              else if (!first.empty())
 -                wxLogError(wxT("Error in resource, unknown statusbar field style: ") + first);
-+                wxLogError("%s", (wxT("Error in resource, unknown statusbar field style: ") + first)).c_str();
++                wxLogError("%s", (wxT("Error in resource, unknown statusbar field style: ") + first).c_str());
  
              if(styles.Find(wxT(',')))
                  styles.Remove(0, styles.Find(wxT(',')) + 1);
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list