X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/289532452089421ddadbd4726a8469511a19ab76..cc4d5638c66a409e421420ed7110917755a66788:/src/gtk1/scrolbar.cpp diff --git a/src/gtk1/scrolbar.cpp b/src/gtk1/scrolbar.cpp index e6dd46e299..e7a38113ce 100644 --- a/src/gtk1/scrolbar.cpp +++ b/src/gtk1/scrolbar.cpp @@ -2,7 +2,6 @@ // Name: src/gtk1/scrolbar.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -79,7 +78,7 @@ static void gtk_scrollbar_callback( GtkAdjustment *adjust, win->HandleWindowEvent( event ); /* - wxCommandEvent cevent( wxEVT_COMMAND_SCROLLBAR_UPDATED, win->GetId() ); + wxCommandEvent cevent( wxEVT_SCROLLBAR, win->GetId() ); cevent.SetEventObject( win ); win->ProcessEvent( cevent ); */