]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo : wxDEPRECTED -> wxDEPRECATED
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Sep 2009 12:14:21 +0000 (12:14 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Sep 2009 12:14:21 +0000 (12:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/combo.h

index 9a9ed7883bcb4c4126e5f9387c27722d77bef857..1093a26f5d8c7654fb6a7c37e3b538ad44af1a5b 100644 (file)
@@ -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.