Fixed typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2008-09-17 18:11:49 +00:00
parent e999688506
commit 15cbcd00da
2 changed files with 3 additions and 2 deletions

View File

@ -412,7 +412,7 @@ wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000
Identifiers.
wxPGProperty::SetAttribute() and
wxPropertyGridInterfaces::SetPropertyAttribute() accept one of these as
wxPropertyGridInterface::SetPropertyAttribute() accept one of these as
attribute name argument.
You can use strings instead of constants. However, some of these

View File

@ -39,7 +39,8 @@ struct wxPGChoiceInfo
/** @section propgrid_property_attributes wxPropertyGrid Property Attribute Identifiers
wxPGProperty::SetAttribute() and wxPropertyGridInterfaces::SetPropertyAttribute()
wxPGProperty::SetAttribute() and
wxPropertyGridInterface::SetPropertyAttribute()
accept one of these as attribute name argument .
You can use strings instead of constants. However, some of these