summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 13:07:34 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit2a45418b673d10f60e9334ebcfa493f125d26e02 (patch)
treebd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkmenu.c
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r--gtk/gtkmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index 3b7f57be5e..bb7cd27fec 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -2034,7 +2034,7 @@ gtk_menu_real_can_activate_accel (GtkWidget *widget,
* each menu item of this menu, that contains a label describing its
* purpose, automatically gets an accel path assigned.
*
- * For example, a menu containing menu items "New" and "Exit", will, after
+ * For example, a menu containing menu items “New” and “Exit”, will, after
* `gtk_menu_set_accel_path (menu, "&lt;Gnumeric-Sheet&gt;/File");`
* has been called, assign its items the accel paths:
* `"&lt;Gnumeric-Sheet&gt;/File/New"` and `"&lt;Gnumeric-Sheet&gt;/File/Exit"`.
@@ -2635,7 +2635,7 @@ gtk_menu_focus (GtkWidget *widget,
}
/* See notes in gtk_menu_popup() for information
- * about the "grab transfer window"
+ * about the “grab transfer window”
*/
static GdkWindow *
menu_grab_transfer_window_get (GtkMenu *menu)