]> git.saurik.com Git - wxWidgets.git/commitdiff
added char/wxChar note (bug 1252854)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Aug 2005 19:45:36 +0000 (19:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Aug 2005 19:45:36 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index 83e38962507bdff25614d374a600e55dbff31559..6b0e6227a115013bb889a9d859d00391df55ed29 100644 (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