X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..0bab4df569d6d43dc21e6c8a1fe684c7055e93e5:/docs/latex/wx/listevt.tex diff --git a/docs/latex/wx/listevt.tex b/docs/latex/wx/listevt.tex index 9f881f3855..c38f9322a3 100644 --- a/docs/latex/wx/listevt.tex +++ b/docs/latex/wx/listevt.tex @@ -153,7 +153,7 @@ An item object, used by some events. See also \helpref{wxListCtrl::SetItem}{wxli This method only makes sense for \texttt{EVT\_LIST\_END\_LABEL\_EDIT} message and returns \true if it the label editing has been cancelled by the user (\helpref{GetLabel}{wxlisteventgetlabel} returns an empty string in this case -but it doesn't allow to distinguish between really cancelling the edit and, -admittedly rare, case when the user wants to rename it to an empty string0. +but it doesn't allow the application to distinguish between really cancelling the edit and +the admittedly rare case when the user wants to rename it to an empty string).