Fixed name of GetCombinedStyleForLevel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2012-02-18 14:22:56 +00:00
parent d2ae3af890
commit 51795e3399

View File

@ -491,7 +491,8 @@ public:
If @a styleSheet is specified, the base style for this definition will also be If @a styleSheet is specified, the base style for this definition will also be
included in the result. included in the result.
*/ */
wxTextAttr GetCombinedStyleLevel(int level,
wxTextAttr GetCombinedStyleForLevel(int level,
wxRichTextStyleSheet* styleSheet = NULL) const; wxRichTextStyleSheet* styleSheet = NULL) const;
/** /**