diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:03:49 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:22:39 -0500 |
commit | 13998c55e757c28c7a80b5ad47f82ef62ee57bf6 (patch) | |
tree | 8e810968edf5b3a7831a26edfe20980e0649f8c7 /gtk/gtkstylecontext.h | |
parent | 4dee965116da4b45ec51411ed27928f6fc0845ba (diff) | |
download | gtk+-13998c55e757c28c7a80b5ad47f82ef62ee57bf6.tar.gz |
docs: use proper quotations instead of '*'
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 78f043bc4d..c188604fa5 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -307,7 +307,7 @@ struct _GtkStyleContextClass * * A CSS class to match primary toolbars. * - * This should be used for the 'main' toolbar of an application, + * This should be used for the “main” toolbar of an application, * right below its menubar. */ #define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar" @@ -473,7 +473,7 @@ struct _GtkStyleContextClass /** * GTK_STYLE_CLASS_SPINNER: * - * A CSS class to use when rendering activity as a 'spinner'. + * A CSS class to use when rendering activity as a “spinner”. * * This is used by #GtkSpinner and #GtkCellRendererSpinner. */ |