X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc43642fb84b6cc765844c1720144077133a4b5..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/os2/slider.cpp diff --git a/src/os2/slider.cpp b/src/os2/slider.cpp index 2bf845aaad..5537d730c0 100644 --- a/src/os2/slider.cpp +++ b/src/os2/slider.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/15/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -971,7 +970,7 @@ bool wxSlider::OS2OnScroll( int WXUNUSED(nOrientation), vEvent.SetEventObject(this); HandleWindowEvent(vEvent); - wxCommandEvent vCevent( wxEVT_COMMAND_SLIDER_UPDATED, GetId() ); + wxCommandEvent vCevent( wxEVT_SLIDER, GetId() ); vCevent.SetInt(nNewPos); vCevent.SetEventObject(this);