Fixed spelling typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-04-11 15:56:21 +00:00
parent f018ef133c
commit 7b41d11654

View File

@@ -20,7 +20,7 @@ almost any other window.
A bitmap button can be supplied with a single bitmap, and wxWindows will draw
all button states using this bitmap. If the application needs more control, additional bitmaps for
the selected state, unpressed focussed state, and greyed-out state may be supplied.
the selected state, unpressed focused state, and greyed-out state may be supplied.
\wxheading{Window styles}
@@ -131,11 +131,11 @@ A reference to the disabled state bitmap.
\constfunc{wxBitmap\&}{GetBitmapFocus}{\void}
Returns the bitmap for the focussed state.
Returns the bitmap for the focused state.
\wxheading{Return value}
A reference to the focussed state bitmap.
A reference to the focused state bitmap.
\wxheading{See also}