From: Robert Roebling Date: Sat, 13 Oct 2007 22:00:40 +0000 (+0000) Subject: Minor doc corr X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7909f748e6af48b610dcf78f791024d9dc94fdf2 Minor doc corr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index 78cfe5bb35..0c728a14eb 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -293,7 +293,7 @@ Gets the string value. \constfunc{wxString}{GetType}{\void} -Returns the value type as a string. The built-in types are: bool, char, date, double, list, long, string, stringlist, time, void*. +Returns the value type as a string. The built-in types are: bool, char, datetime, double, list, long, string, arrstring, void*. If the variant is null, the value type returned is the string ``null" (not the empty string).