From: Stefan Csomor Date: Fri, 7 Jan 2011 17:50:25 +0000 (+0000) Subject: xti changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88a4f868fd5f09357741517c0126d4e83885f3b7 xti changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/spinbtncmn.cpp b/src/common/spinbtncmn.cpp index 2d427121f1..dbc2f82523 100644 --- a/src/common/spinbtncmn.cpp +++ b/src/common/spinbtncmn.cpp @@ -71,7 +71,7 @@ wxBEGIN_FLAGS( wxSpinButtonStyle ) wxFLAGS_MEMBER(wxSP_WRAP) wxEND_FLAGS( wxSpinButtonStyle ) -wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxSpinButton, wxControl, "wx/spinbut.h") +wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxSpinButton, wxControl, "wx/spinbutt.h") wxBEGIN_PROPERTIES_TABLE(wxSpinButton) wxEVENT_RANGE_PROPERTY( Spin, wxEVT_SCROLL_TOP, wxEVT_SCROLL_CHANGED, wxSpinEvent )