From abc3d84166294c55918b4040c243bc09461bbf83 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 6 Aug 2005 19:45:36 +0000 Subject: [PATCH] added char/wxChar note (bug 1252854) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/wxstring.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 83e3896250..6b0e6227a1 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -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 -- 2.45.2