Fix misspellings of "occurred" and "occurrences".
See https://github.com/wxWidgets/wxWidgets/pull/9 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
92c94beb08
commit
895a58609b
@ -160,7 +160,7 @@ protected:
|
||||
/**
|
||||
Call this from EVT_LEFT_UP handler (or, alternatively, EVT_LEFT_DOWN).
|
||||
|
||||
@param rootCell HTML cell inside which the click occured. This doesn't
|
||||
@param rootCell HTML cell inside which the click occurred. This doesn't
|
||||
have to be the leaf cell, it can be e.g. toplevel
|
||||
container, but the mouse must be inside the container's
|
||||
area, otherwise the event would be ignored.
|
||||
@ -174,7 +174,7 @@ protected:
|
||||
Call this from OnInternalIdle of the HTML displaying window. Handles
|
||||
mouse movements and must be used together with HandleMouseMoved.
|
||||
|
||||
@param rootCell HTML cell inside which the click occured. This doesn't
|
||||
@param rootCell HTML cell inside which the click occurred. This doesn't
|
||||
have to be the leaf cell, it can be e.g. toplevel
|
||||
container, but the mouse must be inside the container's
|
||||
area, otherwise the event would be ignored.
|
||||
|
@ -15,7 +15,7 @@
|
||||
// directory in your PATH.
|
||||
|
||||
// To use this to debug other samples, copy the borland_ide.cpp
|
||||
// and borland.bdsproj files, then replace all occurences of
|
||||
// and borland.bdsproj files, then replace all occurrences of
|
||||
// "minimal" with the name of the new project files
|
||||
**************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user