fix parameter name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-14 08:39:42 +00:00
parent e9e767f1d9
commit 088441b57c

View File

@@ -820,7 +820,7 @@ public:
categories are skipped if this flag is used.
*/
void SetPropertyTextColour( wxPGPropArg id,
const wxColour& col,
const wxColour& colour,
bool recursively = true );
/**