diff options
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index 3dd67e7f60..896e18b272 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -755,7 +755,7 @@ struct _GdkEventTouch * usually configured to generate button press events for buttons 4 and 5 * when the wheel is turned. * - * Some GDK backends can also generate 'smooth' scroll events, which + * Some GDK backends can also generate “smooth” scroll events, which * can be recognized by the %GDK_SCROLL_SMOOTH scroll direction. For * these, the scroll deltas can be obtained with * gdk_event_get_scroll_deltas(). |