]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridpagestate.h
Add support for the new history functions to the ie backend. For this we manage our...
[wxWidgets.git] / include / wx / propgrid / propgridpagestate.h
index 88ca0eb7f4053a0bb11405eb4dfbc38c18c50e9a..c25b9e5bac2019f37166022af3584f2295d4b1b1 100644 (file)
@@ -437,7 +437,7 @@ public:
     void CheckColumnWidths( int widthChange = 0 );
 
     /**
-        Override this member function to add custom behavior on property
+        Override this member function to add custom behaviour on property
         deletion.
     */
     virtual void DoDelete( wxPGProperty* item, bool doDelete = true );
@@ -447,7 +447,7 @@ public:
     wxPGProperty* DoGetItemAtY( int y ) const;
 
     /**
-        Override this member function to add custom behavior on property
+        Override this member function to add custom behaviour on property
         insertion.
     */
     virtual wxPGProperty* DoInsert( wxPGProperty* parent,