]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj.h
Added C/wxString array constructors to wxArrayString
[wxWidgets.git] / include / wx / msw / ole / dataobj.h
index f686ef4bb755eaf5c3939c69a41b90ad20de1d43..0553a5a8c8a67a770133eff75d9486576fd375d5 100644 (file)
@@ -36,7 +36,7 @@ public:
     // it is deleted, it should delete us as well
     void SetAutoDelete();
 
-    // return TRUE if we support this format in "Get" direction
+    // return true if we support this format in "Get" direction
     bool IsSupportedFormat(const wxDataFormat& format) const
         { return wxDataObjectBase::IsSupported(format, Get); }