diff options
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index f290aa6782..bdb4deb887 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -3196,7 +3196,7 @@ gtk_drag_set_icon_window (GdkDragContext *context, * @hot_y: the Y offset within @widget of the hotspot. * * Changes the icon for a widget to a given widget. GTK+ - * will not destroy the icon, so if you don't want + * will not destroy the icon, so if you don’t want * it to persist, you should connect to the “drag-end” * signal and destroy it yourself. **/ |