summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
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/gtkenums.h
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 3727145bb4..0b88f71e32 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -56,7 +56,7 @@ G_BEGIN_DECLS
* Controls how a widget deals with extra space in a single (x or y)
* dimension.
*
- * Alignment only matters if the widget receives a "too large" allocation,
+ * Alignment only matters if the widget receives a “too large” allocation,
* for example if you packed the widget with the #GtkWidget:expand
* flag inside a #GtkBox, then the widget might get extra space. If
* you have for example a 16x16 icon inside a 32x32 space, the icon
@@ -730,7 +730,7 @@ typedef enum
* @GTK_WINDOW_POPUP: A special window such as a tooltip.
*
* A #GtkWindow can be one of these types. Most things you'd consider a
- * "window" should have type #GTK_WINDOW_TOPLEVEL; windows with this type
+ * “window” should have type #GTK_WINDOW_TOPLEVEL; windows with this type
* are managed by the window manager and have a frame by default (call
* gtk_window_set_decorated() to toggle the frame). Windows with type
* #GTK_WINDOW_POPUP are ignored by the window manager; window manager