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:
@@ -160,7 +160,7 @@ protected:
|
|||||||
/**
|
/**
|
||||||
Call this from EVT_LEFT_UP handler (or, alternatively, EVT_LEFT_DOWN).
|
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
|
have to be the leaf cell, it can be e.g. toplevel
|
||||||
container, but the mouse must be inside the container's
|
container, but the mouse must be inside the container's
|
||||||
area, otherwise the event would be ignored.
|
area, otherwise the event would be ignored.
|
||||||
@@ -174,7 +174,7 @@ protected:
|
|||||||
Call this from OnInternalIdle of the HTML displaying window. Handles
|
Call this from OnInternalIdle of the HTML displaying window. Handles
|
||||||
mouse movements and must be used together with HandleMouseMoved.
|
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
|
have to be the leaf cell, it can be e.g. toplevel
|
||||||
container, but the mouse must be inside the container's
|
container, but the mouse must be inside the container's
|
||||||
area, otherwise the event would be ignored.
|
area, otherwise the event would be ignored.
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
// directory in your PATH.
|
// directory in your PATH.
|
||||||
|
|
||||||
// To use this to debug other samples, copy the borland_ide.cpp
|
// 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
|
// "minimal" with the name of the new project files
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user