From c5885966f0c3fc428e2ee6111790efd209fffddb Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 7 Sep 2009 12:14:21 +0000 Subject: [PATCH] fixed typo : wxDEPRECTED -> wxDEPRECATED git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/combo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/combo.h b/include/wx/combo.h index 9a9ed7883b..1093a26f5d 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -310,10 +310,10 @@ public: // Platform-specific default can be set with value-1. // Remarks // * This method may do nothing on some native implementations. - wxDEPRECTED( void SetTextIndent( int indent ) ); + wxDEPRECATED( void SetTextIndent( int indent ) ); // Returns actual indentation in pixels. - wxDEPRECTED( wxCoord GetTextIndent() const ); + wxDEPRECATED( wxCoord GetTextIndent() const ); #endif // Returns area covered by the text field.