]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataform.h
OS X savvy implementation
[wxWidgets.git] / include / wx / msw / ole / dataform.h
index 634ab463e0c35d611ad2c3504b2c1152ab41ccf8..10c6bb2c3d96a11877a40bb69dd76e0dd5d23082 100644 (file)
@@ -57,7 +57,7 @@ public:
     wxString GetId() const;
     void SetId(const wxChar *format);
 
-    // returns TRUE if the format is one of those defined in wxDataFormatId
+    // returns true if the format is one of those defined in wxDataFormatId
     bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; }
 
 private: