X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bf907d8e45ced18486d74c04f41c06034b7e65..62960a2c6e9c54720126a7207fa47e9e539f6040:/interface/wx/access.h

diff --git a/interface/wx/access.h b/interface/wx/access.h
index 5a540f5964..10cb58bcfe 100644
--- a/interface/wx/access.h
+++ b/interface/wx/access.h
@@ -357,9 +357,9 @@ public:
 
         Acceptable values are:
         @li a null variant (IsNull() returns @true)
-        @li a list variant (GetType() == wxT("list"))
+        @li a list variant (GetType() == "list")
         @li an integer representing the selected child element,
-            or 0 if this object is selected (GetType() == wxT("long"))
+            or 0 if this object is selected (GetType() == "long")
         @li a "void*" pointer to a wxAccessible child object
     */
     virtual wxAccStatus GetSelections(wxVariant* selections);