added char/wxChar note (bug 1252854)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-08-06 19:45:36 +00:00
parent ada974cb26
commit abc3d84166

View File

@ -16,6 +16,11 @@ method ({\tt length()} in this case, always the lowercase version) should be
used as it will ensure smoother transition to {\tt std::string} when wxWidgets
starts using it instead of wxString.
Also please note that in this manual \texttt{char} is sometimes used instead of
\texttt{wxChar} because it hasn't been fully updated yet. Please substitute as
necessary and refer to the sources in case of a doubt.
\wxheading{Derived from}
None