From: Jaakko Salli Date: Thu, 7 Jan 2010 19:37:42 +0000 (+0000) Subject: Fixed deprecation message (brings include file in line with the the interface) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4fe6eca4602bb996a8cfaa55662732fb37eeff8f?ds=inline Fixed deprecation message (brings include file in line with the the interface) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index 088f442b7c..e7c3930197 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -557,7 +557,7 @@ wxPG_PROP_BEING_DELETED = 0x00200000 #if wxPG_COMPATIBILITY_1_4 /** - @deprecated Use "Hint" (wxPG_ATTR_INLINE_HELP) instead. + @deprecated Use "Hint" (wxPG_ATTR_HINT) instead. */ #define wxPG_ATTR_INLINE_HELP wxS("InlineHelp") #endif