]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor doc corr
authorRobert Roebling <robert@roebling.de>
Sat, 13 Oct 2007 22:00:40 +0000 (22:00 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 13 Oct 2007 22:00:40 +0000 (22:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/variant.tex

index 78cfe5bb350652b9e73b36d0f6c6f49c0ea10c0b..0c728a14eba9212e501ad4a8069207011094da19 100644 (file)
@@ -293,7 +293,7 @@ Gets the string value.
 
 \constfunc{wxString}{GetType}{\void}
 
 
 \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).
 
 
 If the variant is null, the value type returned is the string ``null" (not the empty string).