]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- typo
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 16:27:29 +0000 (18:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2012 16:27:29 +0000 (18:27 +0200)
wxWidgets-format.patch

index b5621f01ac8c20f9d4d9df352627feb0e4b8b57e..1f0ca1a7cb6b55a41c987e0c43337bb3121ce644 100644 (file)
                  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);
This page took 0.126849 seconds and 4 git commands to generate.