X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/efd17a1d4fa08bf549023a1cc74ce98f9db91be3..0b4f47a319cfaa434e00025aa779e407fbacee23:/src/msw/mdi.cpp?ds=inline diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index e8c4b63a79..6f14a8a454 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -742,7 +742,7 @@ wxMDIChildFrame::~wxMDIChildFrame() } // Set the client size (i.e. leave the calculation of borders etc. -// to wxWindows) +// to wxWidgets) void wxMDIChildFrame::DoSetClientSize(int width, int height) { HWND hWnd = GetHwnd();