X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af498247c5ea024a781d0ef8d30cbbfb44749641..defc0789c198fe5af4d60fb4804d146807dd48e8:/src/msw/statbox.cpp diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index aa35e4e0a8..2edf27b718 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -121,7 +121,7 @@ bool wxStaticBox::Create(wxWindow *parent, // FIXME: I still think that it isn't the right solution because the static // boxes shouldn't have to be transparent if the redrawing was done // right elsewhere - who ever had to make them transparent in non - // wxWindows programs, after all? But for now it does fix a serious + // wxWidgets programs, after all? But for now it does fix a serious // problem (try resizing the sizers test screen in the layout sample // after removing WS_EX_TRANSPARENT bit) and so let's use it until // we fix the real underlying problem @@ -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);