diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index d313a73a57..5b3b631219 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1957,7 +1957,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) * button press events for buttons 4 and 5 when the wheel is turned. * * To receive this signal, the #GdkWindow associated to the widget needs - * to enable the #GDK_BUTTON_PRESS_MASK mask. + * to enable the #GDK_SCROLL_MASK mask. * * This signal will be sent to the grab widget if there is one. *