]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed deprecation message (brings include file in line with the the interface)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 7 Jan 2010 19:37:42 +0000 (19:37 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 7 Jan 2010 19:37:42 +0000 (19:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/property.h

index 088f442b7c2566322edbf793455441e9b0f34b98..e7c39301979ebe99288f4c05dda4d5b8f446efc9 100644 (file)
@@ -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