]> git.saurik.com Git - wxWidgets.git/commitdiff
removed some TABs
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2003 12:14:44 +0000 (12:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2003 12:14:44 +0000 (12:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index 0917bae9443d400ce3316469ea759eb6bc0104da..e9f83c941d4635d791156877bdb6dbf4de7ada88 100644 (file)
@@ -219,7 +219,7 @@ public:
         return wxPoint(w, h);
     }
 
-       void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
+    void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
 
     void GetSize( int *w, int *h ) const { DoGetSize(w, h); }
     wxSize GetSize() const
@@ -778,7 +778,7 @@ public:
     void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); }
         // get the associated tooltip or NULL if none
     wxToolTip* GetToolTip() const { return m_tooltip; }
-       wxString GetToolTipText() const ;
+    wxString GetToolTipText() const ;
 #endif // wxUSE_TOOLTIPS
 
     // drag and drop