X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9923c37dccb4e5dbe6387ceb3ab0a8202fadc231..3d11a79a94c042921837cbd75e075ea18f87207d:/src/os2/button.cpp diff --git a/src/os2/button.cpp b/src/os2/button.cpp index cb6894c3e6..5c4e70d5a0 100644 --- a/src/os2/button.cpp +++ b/src/os2/button.cpp @@ -233,7 +233,7 @@ void wxButton::SetDefault() wxCHECK_RET( pParent, _T("button without parent?") ); // - // Set this one as the default button both for wxWindows and Windows + // Set this one as the default button both for wxWidgets and Windows // wxWindow* pWinOldDefault = pParent->SetDefaultItem(this);