Fix some spelling/grammar errors in documentation
Mostly replace ungrammatical "allows to do" with correct "allows doing". Closes https://github.com/wxWidgets/wxWidgets/pull/1183
This commit is contained in:
committed by
Vadim Zeitlin
parent
84fc5c1714
commit
c68e5d0617
@@ -292,7 +292,7 @@ enum wxBorder
|
||||
|
||||
/* wxCommandEvents and the objects of the derived classes are forwarded to the */
|
||||
/* parent window and so on recursively by default. Using this flag for the */
|
||||
/* given window allows to block this propagation at this window, i.e. prevent */
|
||||
/* given window allows blocking this propagation at this window, i.e. preventing */
|
||||
/* the events from being propagated further upwards. The dialogs have this */
|
||||
/* flag on by default. */
|
||||
#define wxWS_EX_BLOCK_EVENTS 0x00000002
|
||||
|
Reference in New Issue
Block a user