Fixed a deprecation message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2010-01-07 19:31:56 +00:00
parent 31f4ed4aa3
commit f83dc48529

View File

@ -47,7 +47,7 @@
#define wxPG_ATTR_HINT wxS("Hint") #define wxPG_ATTR_HINT wxS("Hint")
/** /**
@deprecated Use "Hint" (wxPG_ATTR_INLINE_HELP) instead. @deprecated Use "Hint" (wxPG_ATTR_HINT) instead.
*/ */
#define wxPG_ATTR_INLINE_HELP wxS("InlineHelp") #define wxPG_ATTR_INLINE_HELP wxS("InlineHelp")