]> git.saurik.com Git - wxWidgets.git/commit - src/html/htmlcell.cpp
Use more clear names for variables in wxHtmlSelection code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 09:21:33 +0000 (09:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 09:21:33 +0000 (09:21 +0000)
commit2f0bebe646975532cbc853f6dcbf7612fadabfe7
tree1083f10f3cab66e063a8db7696020db3e416007a
parent35ce2b44b5402b319ac8ec741a59b2c4fda5403b
Use more clear names for variables in wxHtmlSelection code.

Call the variables and related methods "character position" instead of
"private position" which wasn't very clear.

Closes #13307.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmlcell.h
src/html/htmlcell.cpp
src/html/htmlwin.cpp