X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a12e013f55022e684508316ad0079511e3b4fe7..3a4cf8a84d9a41c63125c1c1cdd6d0fbb98f41f0:/src/univ/slider.cpp?ds=sidebyside diff --git a/src/univ/slider.cpp b/src/univ/slider.cpp index dde7764218..3d588d1ae3 100644 --- a/src/univ/slider.cpp +++ b/src/univ/slider.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 09.02.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -220,7 +219,7 @@ bool wxSlider::ChangeValueTo(int value) eventScroll.SetEventObject( this ); (void)GetEventHandler()->ProcessEvent(eventScroll); - wxCommandEvent event(wxEVT_COMMAND_SLIDER_UPDATED, GetId()); + wxCommandEvent event(wxEVT_SLIDER, GetId()); event.SetInt(m_value); event.SetEventObject(this); (void)GetEventHandler()->ProcessEvent(event);