]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
Implement GetPageText for the OSX WebKit implementation.
[wxWidgets.git] / include / wx / propgrid / manager.h
index 9a1c43f2b8740df60cacef3f69c4dc077a4d0d93..39752a122206368d52b288db0448c97285b160b6 100644 (file)
@@ -616,7 +616,7 @@ protected:
 
     /**
         Creates property grid for the manager. Reimplement in derived class to
-        use subclassed wxPropertyGrid. However, if you you do this then you
+        use subclassed wxPropertyGrid. However, if you do this then you
         must also use the two-step construction (ie. default constructor and
         Create() instead of constructor with arguments) when creating the
         manager.