X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9923c37dccb4e5dbe6387ceb3ab0a8202fadc231..e567515efdc65f853687f6bfc685cd3aeca14f77:/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);