From 15cbcd00daa2ce362f4be9640a3cd4b04cbcc484 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Wed, 17 Sep 2008 18:11:49 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/property.h | 2 +- interface/wx/propgrid/property.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index bbf9073a85..a665268231 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -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 diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index a88d3fac9b..81ac31dbe6 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -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 -- 2.47.2