]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/slider.cpp
missing commit
[wxWidgets.git] / src / gtk1 / slider.cpp
index c0187f3cca408d19bea62a248b6b89a680fc6ba3..089ea23c88e1445a97e7a814e906a3092f8a9e4b 100644 (file)
@@ -63,7 +63,7 @@ ProcessScrollEvent(wxSlider *win, wxEventType evtType, double dvalue)
         win->HandleWindowEvent( event2 );
     }
 
-    wxCommandEvent cevent( wxEVT_COMMAND_SLIDER_UPDATED, win->GetId() );
+    wxCommandEvent cevent( wxEVT_SLIDER, win->GetId() );
     cevent.SetEventObject( win );
     cevent.SetInt( value );
     win->HandleWindowEvent( cevent );