]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
Added wxToggleButton handler
[wxWidgets.git] / src / msw / statbox.cpp
index c4c0d0345ec0c3f1839415da49f610555e635482..2edf27b718e6baba6233d49cc87c1538d39522bc 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -143,7 +143,7 @@ bool wxStaticBox::Create(wxWindow *parent,
 wxSize wxStaticBox::DoGetBestSize() const
 {
     int cx, cy;
-    wxGetCharSize(GetHWND(), &cx, &cy, &GetFont());
+    wxGetCharSize(GetHWND(), &cx, &cy, GetFont());
 
     int wBox;
     GetTextExtent(wxGetWindowText(m_hWnd), &wBox, &cy);