]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/manager.h
Remove wxDialog::OnSysColourChanged() documentation.
[wxWidgets.git] / interface / wx / propgrid / manager.h
index 1cdda864dd16fe38f12b1d0a9a2addd4059f9e8b..066a2ace3157cba63ed76e5669ee2edbbbdf647e 100644 (file)
@@ -510,7 +510,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.