diff options
Diffstat (limited to 'gtk/gtkmenu.h')
-rw-r--r-- | gtk/gtkmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h index bf57cf7f2d..25dd8bd0bc 100644 --- a/gtk/gtkmenu.h +++ b/gtk/gtkmenu.h @@ -61,7 +61,7 @@ typedef struct _GtkMenuPrivate GtkMenuPrivate; * into the visible area, effectively modifying the popup * position. Note that moving and possibly resizing the menu * around will alter the scroll position to keep the menu items - * "in place", i.e. at the same monitor position they would have + * “in place”, i.e. at the same monitor position they would have * been without resizing. In practice, this behavior is only * useful for combobox popups or option menus and cannot be used * to simply confine a menu to monitor boundaries. In that case, |