From: Jaakko Salli Date: Thu, 7 Jan 2010 19:31:56 +0000 (+0000) Subject: Fixed a deprecation message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f83dc485291c27b90c9d716d9c47566980d2b102 Fixed a deprecation message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 3f2fb7b985..280da6e128 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -47,7 +47,7 @@ #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")