]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected wxEVENT_PROPAGATE_XXX constants names
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Apr 2004 10:21:17 +0000 (10:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Apr 2004 10:21:17 +0000 (10:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/event.tex

index 057e0fc6dbd83a733bead7668b9175cd8ae0d8a9..c3d2a79598561356f3ddb4e4d949c9aa4960074a 100644 (file)
@@ -54,9 +54,9 @@ may be temporarily changed by \helpref{StopPropagation}{wxeventstoppropagation}
 and \helpref{ResumePropagation}{wxeventresumepropagation} and tested with 
 \helpref{ShouldPropagate}{wxeventshouldpropagate}.
 
 and \helpref{ResumePropagation}{wxeventresumepropagation} and tested with 
 \helpref{ShouldPropagate}{wxeventshouldpropagate}.
 
-The initial value is set to either {\tt wxEVENT\_PROPAGATION\_NONE} (by
+The initial value is set to either {\tt wxEVENT\_PROPAGATE\_NONE} (by
 default) meaning that the event shouldn't be propagated at all or to 
 default) meaning that the event shouldn't be propagated at all or to 
-{\tt wxEVENT\_PROPAGATION\_MAX} (for command events) meaning that it should be
+{\tt wxEVENT\_PROPAGATE\_MAX} (for command events) meaning that it should be
 propagated as much as necessary.
 
 Any positive number means that the event should be propagated but no more than
 propagated as much as necessary.
 
 Any positive number means that the event should be propagated but no more than