diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-26 12:08:01 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-11 22:18:26 -0500 |
commit | 85b44a3e20d203ce9084ab515a284c2872e12294 (patch) | |
tree | bcac397d2f41370b3dd9f51af94f2f60363809b4 /gtk | |
parent | 56ba81530ab4b863122a55f5f90191e4ea5a1be5 (diff) | |
download | gtk+-85b44a3e20d203ce9084ab515a284c2872e12294.tar.gz |
cannot not -> must
https://bugzilla.gnome.org/show_bug.cgi?id=761826
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index bc1f78627f..08bd939394 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -2925,7 +2925,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS * made based solely on the cursor position and the type of the data, the * handler may inspect the dragged data by calling gtk_drag_get_data() and * defer the gdk_drag_status() call to the #GtkWidget::drag-data-received - * handler. Note that you cannot not pass #GTK_DEST_DEFAULT_DROP, + * handler. Note that you must pass #GTK_DEST_DEFAULT_DROP, * #GTK_DEST_DEFAULT_MOTION or #GTK_DEST_DEFAULT_ALL to gtk_drag_dest_set() * when using the drag-motion signal that way. * |