Fixed minor typo in comment.

This commit is contained in:
Artur Wieczorek 2016-07-08 19:51:58 +02:00
parent 9be1251f02
commit c08b8c6f6d

View File

@ -1527,8 +1527,8 @@ public:
// Hides or reveals the property.
// hide - true for hide, false for reveal.
// flags - By default changes are applied recursively. Set this paramter
// wxPG_DONT_RECURSE to prevent this.
// flags - By default changes are applied recursively. Set this
// parameter to wxPG_DONT_RECURSE to prevent this.
bool Hide( bool hide, int flags = wxPG_RECURSE );
// Returns true if property has visible children.