]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/slider.cpp
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / gtk / slider.cpp
index 7e49ff26b46f89ce747d1c133fbe9df91a2ce207..17d8cf087cec7149cb9368a9299469402cbe2c95 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/slider.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -60,7 +59,7 @@ ProcessScrollEvent(wxSlider *win, wxEventType evtType)
     }
 
     // and also generate a command event for compatibility
-    wxCommandEvent event( wxEVT_COMMAND_SLIDER_UPDATED, win->GetId() );
+    wxCommandEvent event( wxEVT_SLIDER, win->GetId() );
     event.SetEventObject( win );
     event.SetInt( value );
     win->HandleWindowEvent( event );