From f83dc485291c27b90c9d716d9c47566980d2b102 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Thu, 7 Jan 2010 19:31:56 +0000 Subject: [PATCH] Fixed a deprecation message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propgrid/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.45.2