]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor clarification
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 29 Sep 2008 15:49:09 +0000 (15:49 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 29 Sep 2008 15:49:09 +0000 (15:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/propgrid/property.h

index cd267eb3fd3f593737266b596cf9266916390262..2f58ba9e76a34f3a0cf0849a577c05cd12fd7b00 100644 (file)
@@ -961,7 +961,7 @@ public:
 
     /**
         Returns highest level non-category, non-root parent. Useful when you
-        have nested wxCustomProperties/wxParentProperties.
+        have nested properties with children.
 
         @remarks If immediate parent is root or category, this will return the
                 property itself.