]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/button.cpp
adaptions to m_peer methods
[wxWidgets.git] / src / os2 / button.cpp
index cb6894c3e6aa72da55f7444dc13db877bd0214cb..5c4e70d5a0804ffe3e16b92b5a4d96048b9a8f0f 100644 (file)
@@ -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);